
28 Apr
2014
28 Apr
'14
1:41 p.m.
On Mon, Apr 28, 2014 at 02:16:16PM +0100, Daniel P. Berrange wrote:
We don't support building libvirtd on Win32 since we lack the fork/exec feature needed for the stateful drivers. Disable this by default, so users can just do 'mingw32-configure' with no special args required.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com> --- autobuild.sh | 6 ++---- configure.ac | 6 ++++++ 2 files changed, 8 insertions(+), 4 deletions(-)
Makes sense, ACK. Martin