
David Shane Holden wrote:
On 02/08/14 01:26, Roman Bogorodskiy wrote:
--- a/configure.ac +++ b/configure.ac @@ -2704,6 +2710,7 @@ AC_MSG_NOTICE([ PHYP: $with_phyp]) AC_MSG_NOTICE([ ESX: $with_esx]) AC_MSG_NOTICE([ Hyper-V: $with_hyperv]) AC_MSG_NOTICE([Parallels: $with_parallels]) +LIBIVRT_DRIVER_RESULT_BHYVE AC_MSG_NOTICE([ Test: $with_test]) AC_MSG_NOTICE([ Remote: $with_remote]) AC_MSG_NOTICE([ Network: $with_network])
--- /dev/null +++ b/m4/virt-driver-bhyve.m4 +AC_DEFUN([LIBIVRT_DRIVER_RESULT_BHYVE],[ + AC_MSG_NOTICE([ Bhyve: $with_bhyve]) +])
This should be LIBVIRT_ instead of LIBIVRT_
Fixed, thanks!
I've also attached a patch to enable autostarting domains.
Great. You might want to use git-send-email for sending patches (more details here: http://libvirt.org/hacking.html) to make it easier to review. Roman Bogorodskiy