qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 1/3] slirp: It needs to use QEMU_CFLAGS not CFLAGS


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 1/3] slirp: It needs to use QEMU_CFLAGS not CFLAGS
Date: Wed, 30 Sep 2009 01:10:54 +0200

Signed-off-by: Juan Quintela <address@hidden>
---
 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index fb5b6bb..8b0db7e 100755
--- a/configure
+++ b/configure
@@ -1827,7 +1827,7 @@ if test $profiler = "yes" ; then
 fi
 if test "$slirp" = "yes" ; then
   echo "CONFIG_SLIRP=y" >> $config_host_mak
-  CFLAGS="-I\$(SRC_PATH)/slirp $CFLAGS"
+  QEMU_CFLAGS="-I\$(SRC_PATH)/slirp $QEMU_CFLAGS"
 fi
 if test "$vde" = "yes" ; then
   echo "CONFIG_VDE=y" >> $config_host_mak
-- 
1.6.2.5





reply via email to

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