diff mbox series

configure: remove glib_subprocess check

Message ID 20181003132041.10075-1-marcandre.lureau@redhat.com
State New
Headers show
Series configure: remove glib_subprocess check | expand

Commit Message

Marc-André Lureau Oct. 3, 2018, 1:20 p.m. UTC
This should have been removed as part of commit
692fbdf9f4c6f6bafd0b3a4d4f94973effd3bbae.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 configure | 6 ------
 1 file changed, 6 deletions(-)

Comments

Philippe Mathieu-Daudé Oct. 3, 2018, 2:29 p.m. UTC | #1
On 03/10/2018 15:20, Marc-André Lureau wrote:
> 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>

> ---
>  configure | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/configure b/configure
> index a7368044cc..4f6d6e03b1 100755
> --- a/configure
> +++ b/configure
> @@ -3557,12 +3557,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>
>
Thomas Huth Oct. 4, 2018, 8:15 a.m. UTC | #2
On 2018-10-03 15:20, Marc-André Lureau wrote:
> This should have been removed as part of commit
> 692fbdf9f4c6f6bafd0b3a4d4f94973effd3bbae.
> 
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> ---
>  configure | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/configure b/configure
> index a7368044cc..4f6d6e03b1 100755
> --- a/configure
> +++ b/configure
> @@ -3557,12 +3557,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>
> 

Reviewed-by: Thomas Huth <thuth@redhat.com>
diff mbox series

Patch

diff --git a/configure b/configure
index a7368044cc..4f6d6e03b1 100755
--- a/configure
+++ b/configure
@@ -3557,12 +3557,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>