slirp: It needs to use QEMU_CFLAGS not CFLAGS

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
Juan Quintela 2009-09-30 01:10:54 +02:00 committed by Anthony Liguori
parent d5b61ddd65
commit b6e31c1239
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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