From 692fbdf9f4c6f6bafd0b3a4d4f94973effd3bbae Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Mon, 30 Jul 2018 17:36:39 +0200 Subject: build-sys: remove glib_subprocess check The check should be unnecessary since commit e7b3af81597db1a6b55f2c15d030d703c6b2c6ac "glib: bump min required glib library version to 2.40". Signed-off-by: Marc-André Lureau Message-Id: <20180730153639.26466-1-marcandre.lureau@redhat.com> Reviewed-by: Daniel P. Berrangé Signed-off-by: Paolo Bonzini --- configure | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index af0c149095..2ff272de79 100755 --- a/configure +++ b/configure @@ -6428,9 +6428,6 @@ 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 - echo "CONFIG_HAS_GLIB_SUBPROCESS_TESTS=y" >> $config_host_mak -fi if test "$gtk" = "yes" ; then echo "CONFIG_GTK=m" >> $config_host_mak echo "CONFIG_GTKABI=$gtkabi" >> $config_host_mak -- cgit v1.2.3-55-g7522