| Submitter | Juan Quintela |
|---|---|
| Date | Sept. 29, 2009, 11:10 p.m. |
| Message ID | <086beb00da6f287e7a13c2e5e8d3259f22fe8c80.1254265694.git.quintela@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/34502/ |
| State | Superseded |
| Headers | show |
Comments
Patch
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
Signed-off-by: Juan Quintela <quintela@redhat.com> --- configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)