From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Date: Tue, 18 Nov 2008 22:12:05 +0000 Subject: Re: [Qemu-devel] [PATCH] qemu: Fix incorrect zlib check error Message-Id: <49233DB5.1050600@codemonkey.ws> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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