diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-09-26 00:57:47 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-09-27 11:57:29 +0200 |
commit | 1f04b992cf643cd9eb98394d1960b1a5bdfa4b42 (patch) | |
tree | 644353f9e676b88617885efbfe580c064710c011 /configure | |
parent | 9c1f8f4493e8355d0e48f7d1eebdf86893ba082d (diff) | |
download | qemu-1f04b992cf643cd9eb98394d1960b1a5bdfa4b42.tar.gz qemu-1f04b992cf643cd9eb98394d1960b1a5bdfa4b42.tar.bz2 qemu-1f04b992cf643cd9eb98394d1960b1a5bdfa4b42.zip |
build-sys: remove unused GLIB_CFLAGS
Message-Id: <20160925205748.6280-1-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |