[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 17/17] Fix glib_subprocess test
From: |
Michael S. Tsirkin |
Subject: |
[Qemu-devel] [PULL 17/17] Fix glib_subprocess test |
Date: |
Fri, 26 Jun 2015 15:46:28 +0200 |
From: "Dr. David Alan Gilbert" <address@hidden>
A typo means that the tests dependent on glib with subprocess
support are never run.
Fixes: 9d41401b90fa10b335d2e739149d36437cfbf622
Signed-off-by: Dr. David Alan Gilbert <address@hidden>
Reviewed-by: Michael S. Tsirkin <address@hidden>
Signed-off-by: Michael S. Tsirkin <address@hidden>
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 6fed07b..fe3440f 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
--
MST
- [Qemu-devel] [PULL 09/17] hw/pci-bridge: expose _test parameter in SHPC_VMSTATE(), (continued)
- [Qemu-devel] [PULL 09/17] hw/pci-bridge: expose _test parameter in SHPC_VMSTATE(), Michael S. Tsirkin, 2015/06/26
- [Qemu-devel] [PULL 10/17] hw/pci-bridge: add macro for "chassis_nr" property, Michael S. Tsirkin, 2015/06/26
- [Qemu-devel] [PULL 11/17] hw/pci-bridge: add macro for "msi" property, Michael S. Tsirkin, 2015/06/26
- [Qemu-devel] [PULL 12/17] hw/pci: introduce shpc_present() helper function, Michael S. Tsirkin, 2015/06/26
- [Qemu-devel] [PULL 13/17] hw/pci-bridge: introduce "shpc" property, Michael S. Tsirkin, 2015/06/26
- [Qemu-devel] [PULL 15/17] hw/core: explicit OFW unit address callback for SysBusDeviceClass, Michael S. Tsirkin, 2015/06/26
- [Qemu-devel] [PULL 14/17] hw/pci-bridge: disable SHPC in PXB, Michael S. Tsirkin, 2015/06/26
- [Qemu-devel] [PULL 16/17] hw/pci-bridge: format special OFW unit address for PXB host, Michael S. Tsirkin, 2015/06/26
- [Qemu-devel] [PULL 17/17] Fix glib_subprocess test,
Michael S. Tsirkin <=
- Re: [Qemu-devel] [PULL 00/17] virtio, pci fixes, enhancements, Peter Maydell, 2015/06/29