target_softmmu is undefined at that point

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-07-27 16:13:13 +02:00 committed by Anthony Liguori
parent 681306dfaa
commit aae3481dc8
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

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