]> xenbits.xensource.com Git - libvirt.git/commit
m4: bhyve: Fix check for the required bhyve programs
authorPeter Krempa <pkrempa@redhat.com>
Fri, 6 Jun 2014 15:25:11 +0000 (17:25 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 9 Jun 2014 07:40:25 +0000 (09:40 +0200)
commitdf01390afc84fcf2e8728fbe5da6c11b7ab8b403
treefd70462036cb3894b4beb8dfbfa488e6d0e45a97
parent0e4370eddf822fcdd2ed60d7326b2191e1fd948d
m4: bhyve: Fix check for the required bhyve programs

bhyveload and bhyvectl wouldn't be checked otherwise as the configure
script wouldn't execute one of the tests:

checking for bhyve... /usr/local/sbin/bhyve
checking for bhyvectl... /usr/local/sbin/bhyvectl
checking for bhyveload... /usr/local/sbin/bhyveload
./configure: line 62602: test: too many arguments

Fix the shell statement testing the 3 binaries.
m4/virt-driver-bhyve.m4