]> git.ipfire.org Git - thirdparty/libvirt.git/commit
configure: Make virt-host-validate optional
authorAndrea Bolognani <abologna@redhat.com>
Fri, 8 Apr 2016 15:14:13 +0000 (17:14 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 13 Apr 2016 08:06:29 +0000 (10:06 +0200)
commitedebc16607dc2315d05587854249d3d5423a450e
tree4503b70e3fc6ac01d33c8a914869c86269afcf2e
parent0b431fa0e65ea8cb5146f92147ef2c7341f24862
configure: Make virt-host-validate optional

virt-host-validate, just like virt-login-shell, doesn't make sense
on Windows, so we should avoid building it.

Make the tool optional and build it by default on all platforms
except Windows, erroring out if the user attempts to build it
anyway.
configure.ac
m4/virt-host-validate.m4 [new file with mode: 0644]
tools/Makefile.am