diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2018-10-03 17:20:41 +0400 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2018-10-17 09:01:41 +0200 |
commit | 7fc527cdc9cfd139dee1d90e3220a884229a7698 (patch) | |
tree | 58136ecaa6f3094c693db8ee2e0ae31b9e4426cb /configure | |
parent | 1a1ff38c55fac562f53ef65cf5022acba2b36676 (diff) |
configure: remove glib_subprocess check
This should have been removed as part of commit
692fbdf9f4c6f6bafd0b3a4d4f94973effd3bbae.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 <glib.h> |