qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [Qemu-devel] [PATCH] configure: remove glib_subproces


From: Thomas Huth
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] configure: remove glib_subprocess check
Date: Thu, 4 Oct 2018 10:15:24 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

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 <address@hidden>
> ---
>  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 <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]