qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT ac8ab73] configure: let it find xen headers and l


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT ac8ab73] configure: let it find xen headers and libs
Date: Mon, 10 Aug 2009 21:48:09 -0000

From: Christoph Egger <address@hidden>

Attached patch lets configure find xen headers and libs
with --extra-cflags and --extra-ldlfags option.

Signed-off-by: Christoph Egger <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>
Message-Id: 

diff --git a/configure b/configure
index e5b9431..a8bb60c 100755
--- a/configure
+++ b/configure
@@ -880,7 +880,7 @@ if test "$xen" = "yes" ; then
 #include <xs.h>
 int main(void) { xs_daemon_open(); xc_interface_open(); return 0; }
 EOF
-  if $cc $CFLAGS $ARCH_CFLAGS -c -o $TMPO $TMPC $LDFLAGS $xen_libs 2> 
/dev/null > /dev/null ; then
+  if $cc $CFLAGS $ARCH_CFLAGS $EXTRA_CFLAGS -c -o $TMPO $TMPC $LDFLAGS 
$EXTRA_LDFLAGS $xen_libs 2> /dev/null > /dev/null ; then
     :
   else
     xen="no"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]