From: Marc-André Lureau Date: Sun, 25 Sep 2016 20:57:47 +0000 (+0400) Subject: build-sys: remove unused GLIB_CFLAGS X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1f04b992cf643cd9eb98394d1960b1a5bdfa4b42;p=qemu.git build-sys: remove unused GLIB_CFLAGS Message-Id: <20160925205748.6280-1-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini --- diff --git a/configure b/configure index 8fa62ade57..c83160025e 100755 --- a/configure +++ b/configure @@ -5140,7 +5140,6 @@ fi if test "$glib_subprocess" = "yes" ; then echo "CONFIG_HAS_GLIB_SUBPROCESS_TESTS=y" >> $config_host_mak fi -echo "GLIB_CFLAGS=$glib_cflags" >> $config_host_mak if test "$gtk" = "yes" ; then echo "CONFIG_GTK=y" >> $config_host_mak echo "CONFIG_GTKABI=$gtkabi" >> $config_host_mak