From 56430323136a69c43d2031668eadfb51e1b7c097 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Wed, 30 Sep 2009 01:10:54 +0200 Subject: [PATCH] slirp: It needs to use QEMU_CFLAGS not CFLAGS Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index cc3cbd6..e517406 100755 --- a/configure +++ b/configure @@ -1861,7 +1861,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 -- 2.7.4