From: Juan Quintela Date: Tue, 29 Sep 2009 23:10:54 +0000 (+0200) Subject: slirp: It needs to use QEMU_CFLAGS not CFLAGS X-Git-Tag: v0.12.0-rc0~897 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b6e31c123958f2a7c63c22b09216025ad7b88a77;p=users%2Fdwmw2%2Fqemu.git slirp: It needs to use QEMU_CFLAGS not CFLAGS Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- diff --git a/configure b/configure index cc3cbd6227..e517406b7e 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