[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 15/15] configure: remove glib_subprocess check
From: |
Thomas Huth |
Subject: |
[Qemu-devel] [PULL 15/15] configure: remove glib_subprocess check |
Date: |
Wed, 17 Oct 2018 12:05:07 +0200 |
From: Marc-André Lureau <address@hidden>
This should have been removed as part of commit
692fbdf9f4c6f6bafd0b3a4d4f94973effd3bbae.
Signed-off-by: Marc-André Lureau <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>
---
configure | 6 ------
1 file changed, 6 deletions(-)
diff --git a/configure b/configure
index 8af2be9..9138af3 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 <glib.h>
--
1.8.3.1
- [Qemu-devel] [PULL 00/15] qtest and misc patches, Thomas Huth, 2018/10/17
- [Qemu-devel] [PULL 02/15] target/cris/translate: Get rid of qemu_log_separate(), Thomas Huth, 2018/10/17
- [Qemu-devel] [PULL 01/15] qemu-common.h: update copyright date to 2018, Thomas Huth, 2018/10/17
- [Qemu-devel] [PULL 03/15] tests: Prevent more accidental test disabling, Thomas Huth, 2018/10/17
- [Qemu-devel] [PULL 04/15] tests: remove gcov-files- variables, Thomas Huth, 2018/10/17
- [Qemu-devel] [PULL 05/15] gdbstub: Remove unused include, Thomas Huth, 2018/10/17
- [Qemu-devel] [PULL 10/15] mailmap: Fix Reimar Döffinger name, Thomas Huth, 2018/10/17
- [Qemu-devel] [PULL 08/15] git-submodule.sh: Modern shell scripting (use $() instead of ``), Thomas Huth, 2018/10/17
- [Qemu-devel] [PULL 15/15] configure: remove glib_subprocess check,
Thomas Huth <=
- [Qemu-devel] [PULL 09/15] show-fixed-bugs.sh: Modern shell scripting (use $() instead of ``), Thomas Huth, 2018/10/17
- [Qemu-devel] [PULL 14/15] hw/core/generic-loader: Compile only once, not for each target, Thomas Huth, 2018/10/17
- [Qemu-devel] [PULL 06/15] MAINTAINERS: update block/sheepdog maintainers, Thomas Huth, 2018/10/17
- [Qemu-devel] [PULL 07/15] archive-source.sh: Modern shell scripting (use $() instead of ``), Thomas Huth, 2018/10/17
- [Qemu-devel] [PULL 12/15] hw/core/generic-loader: Set a category for the generic-loader device, Thomas Huth, 2018/10/17
- [Qemu-devel] [PULL 13/15] cpu: Provide a proper prototype for target_words_bigendian() in a header, Thomas Huth, 2018/10/17
- [Qemu-devel] [PULL 11/15] qemu/compiler: Wrap __attribute__((flatten)) in a macro, Thomas Huth, 2018/10/17
- Re: [Qemu-devel] [PULL 00/15] qtest and misc patches, Peter Maydell, 2018/10/18