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: TizenStudio_2.0_p2.3~7272 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=56430323136a69c43d2031668eadfb51e1b7c097;p=sdk%2Femulator%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 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