From: Marc-André Lureau Date: Wed, 3 Oct 2018 13:20:41 +0000 (+0400) Subject: configure: remove glib_subprocess check X-Git-Tag: v3.1.0-rc0~49^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fc527cdc9cfd139dee1d90e3220a884229a7698;p=thirdparty%2Fqemu.git configure: remove glib_subprocess check This should have been removed as part of commit 692fbdf9f4c6f6bafd0b3a4d4f94973effd3bbae. Signed-off-by: Marc-André Lureau Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Thomas Huth Signed-off-by: Thomas Huth --- diff --git a/configure b/configure index 8af2be959fa..9138af37f8a 100755 --- a/configure +++ b/configure @@ -3531,12 +3531,6 @@ if ! compile_prog "$CFLAGS" "$LIBS" ; then "build target" fi -# g_test_trap_subprocess added in 2.38. Used by some tests. -glib_subprocess=yes -if ! $pkg_config --atleast-version=2.38 glib-2.0; then - glib_subprocess=no -fi - # Silence clang 3.5.0 warnings about glib attribute __alloc_size__ usage cat > $TMPC << EOF #include