summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <dgilbert@redhat.com>2015-06-24 10:45:42 +0100
committerMichael S. Tsirkin <mst@redhat.com>2015-06-24 13:00:43 +0200
commitd46f7c9e648d8098ac73b36834ac81237b8c2c2d (patch)
treed6f55b739f037ac4491f24c716957552c2dcc823
parent48ea3dedc54dbcb3c738ddef02a336739910ecfd (diff)
downloadfocaccia-qemu-d46f7c9e648d8098ac73b36834ac81237b8c2c2d.tar.gz
focaccia-qemu-d46f7c9e648d8098ac73b36834ac81237b8c2c2d.zip
Fix glib_subprocess test
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>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6fed07b5e2..fe3440f349 100755
--- 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