From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boW9n-0005di-PM for qemu-devel@nongnu.org; Mon, 26 Sep 2016 09:41:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1boW9j-0004kJ-FL for qemu-devel@nongnu.org; Mon, 26 Sep 2016 09:41:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34386) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boW9j-0004k2-8K for qemu-devel@nongnu.org; Mon, 26 Sep 2016 09:41:15 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B862A8E3EE for ; Mon, 26 Sep 2016 13:41:14 +0000 (UTC) From: Paolo Bonzini Date: Mon, 26 Sep 2016 15:40:38 +0200 Message-Id: <1474897258-1205-9-git-send-email-pbonzini@redhat.com> In-Reply-To: <1474897258-1205-1-git-send-email-pbonzini@redhat.com> References: <1474897258-1205-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 08/28] build-sys: remove unused GLIB_CFLAGS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= From: Marc-Andr=C3=A9 Lureau Message-Id: <20160925205748.6280-1-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index 8fa62ad..c831600 100755 --- a/configure +++ b/configure @@ -5140,7 +5140,6 @@ fi if test "$glib_subprocess" =3D "yes" ; then echo "CONFIG_HAS_GLIB_SUBPROCESS_TESTS=3Dy" >> $config_host_mak fi -echo "GLIB_CFLAGS=3D$glib_cflags" >> $config_host_mak if test "$gtk" =3D "yes" ; then echo "CONFIG_GTK=3Dy" >> $config_host_mak echo "CONFIG_GTKABI=3D$gtkabi" >> $config_host_mak --=20 2.7.4