From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L2Yns-0007YJ-N2 for qemu-devel@nongnu.org; Tue, 18 Nov 2008 17:12:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L2Ynr-0007XK-0z for qemu-devel@nongnu.org; Tue, 18 Nov 2008 17:12:12 -0500 Received: from [199.232.76.173] (port=56397 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2Ynq-0007XF-SV for qemu-devel@nongnu.org; Tue, 18 Nov 2008 17:12:10 -0500 Received: from an-out-0708.google.com ([209.85.132.243]:39300) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L2Ynr-00028R-15 for qemu-devel@nongnu.org; Tue, 18 Nov 2008 17:12:11 -0500 Received: by an-out-0708.google.com with SMTP id c38so1239784ana.37 for ; Tue, 18 Nov 2008 14:12:09 -0800 (PST) Message-ID: <49233DB5.1050600@codemonkey.ws> Date: Tue, 18 Nov 2008 16:12:05 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] qemu: Fix incorrect zlib check error References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kvm-ppc@vger.kernel.org Deepa Srinivasan wrote: > # HG changeset patch > # User Deepa Srinivasan > # Date 1226685276 21600 > # Node ID ae59be00a22c4769a1116943ca5e07cec9154de0 > # Parent 1a74ac23ff60cc2ab052072243dc4ff47faf5849 > qemu: Fix incorrect zlib check error > > From: Deepa Srinivasan > > Include the CFLAGS and LDFLAGS variables in the check for zlib. When cross-compiling > for PowerPC, the path for zlib headers and libraries are passed in the CFLAGS > and LDFLAGS respectively. While this patch fixes only the check for zlib, > this issue potentially affects other configure tests as well. > > Signed-off-by: Deepa Srinivasan > Please submit this patch against QEMU, and not against kvm-userspace. Regards, Anthony Liguori