From: Juan Quintela Date: Mon, 27 Jul 2009 14:13:13 +0000 (+0200) Subject: target_softmmu is undefined at that point X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=aae3481dc8add0578f7b9fada6d9d96e704c6ff0;p=qemu.git target_softmmu is undefined at that point Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- diff --git a/configure b/configure index 6dab802a42..b7d12146cb 100755 --- a/configure +++ b/configure @@ -1656,7 +1656,7 @@ fi if test "$sdl1" = "yes" ; then echo "#define CONFIG_SDL 1" >> $config_host_h echo "CONFIG_SDL=y" >> $config_host_mak - if test "$target_softmmu" = "no" -o "$static" = "yes"; then + if test "$static" = "yes"; then echo "SDL_LIBS=$sdl_static_libs" >> $config_host_mak else echo "SDL_LIBS=$sdl_libs`" >> $config_host_mak