Commit aae3481dc8add0578f7b9fada6d9d96e704c6ff0

Authored by Juan Quintela
Committed by Anthony Liguori
1 parent 681306df

target_softmmu is undefined at that point

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Showing 1 changed file with 1 additions and 1 deletions
configure
@@ -1656,7 +1656,7 @@ fi @@ -1656,7 +1656,7 @@ fi
1656 if test "$sdl1" = "yes" ; then 1656 if test "$sdl1" = "yes" ; then
1657 echo "#define CONFIG_SDL 1" >> $config_host_h 1657 echo "#define CONFIG_SDL 1" >> $config_host_h
1658 echo "CONFIG_SDL=y" >> $config_host_mak 1658 echo "CONFIG_SDL=y" >> $config_host_mak
1659 - if test "$target_softmmu" = "no" -o "$static" = "yes"; then 1659 + if test "$static" = "yes"; then
1660 echo "SDL_LIBS=$sdl_static_libs" >> $config_host_mak 1660 echo "SDL_LIBS=$sdl_static_libs" >> $config_host_mak
1661 else 1661 else
1662 echo "SDL_LIBS=$sdl_libs`" >> $config_host_mak 1662 echo "SDL_LIBS=$sdl_libs`" >> $config_host_mak