I am passing in:

./configure \
  --without-sasl \
  --without-polkit \
  --without-python \
  --without-libxl \
  --without-qemu \
  --without-lxc \
  --without-openvz \
  --without-libvirtd
(The ones on the website: https://libvirt.org/windows.html)

On Aug 20, 2019, at 3:26 AM, Erik Skultety <eskultet@redhat.com> wrote:

On Mon, Aug 19, 2019 at 03:52:51PM -0400, reza shahriari wrote:
Hi,

I am trying to compile Libvirt from the source code on windows using msys2 but keep hitting issues while running `./configure`.

So what arguments does msys2 pass to the configure script?

Erik