]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Fix glib_subprocess test
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 24 Jun 2015 09:45:42 +0000 (10:45 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 24 Jun 2015 11:00:43 +0000 (13:00 +0200)
A typo means that the tests dependent on glib with subprocess
support are never run.

Fixes: 9d41401b90fa10b335d2e739149d36437cfbf622
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
configure

index 6fed07b5e2ee95f7c12b456fb8d0357591402186..fe3440f3494d13c1060fe503b09d2a956c798309 100755 (executable)
--- a/configure
+++ b/configure
@@ -4822,7 +4822,7 @@ if test "$bluez" = "yes" ; then
   echo "CONFIG_BLUEZ=y" >> $config_host_mak
   echo "BLUEZ_CFLAGS=$bluez_cflags" >> $config_host_mak
 fi
-if test "glib_subprocess" = "yes" ; then
+if test "$glib_subprocess" = "yes" ; then
   echo "CONFIG_HAS_GLIB_SUBPROCESS_TESTS=y" >> $config_host_mak
 fi
 echo "GLIB_CFLAGS=$glib_cflags" >> $config_host_mak