diff options
author | Juan Quintela <quintela@redhat.com> | 2009-07-27 16:13:13 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-27 14:09:22 -0500 |
commit | aae3481dc8add0578f7b9fada6d9d96e704c6ff0 (patch) | |
tree | 7a74d74c48265056f5a1287614a55003ee78d2a7 /configure | |
parent | 681306dfaa1924dc046746a4b270837fd126716e (diff) |
target_softmmu is undefined at that point
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |