]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
target_softmmu is undefined at that point
authorJuan Quintela <quintela@redhat.com>
Mon, 27 Jul 2009 14:13:13 +0000 (16:13 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 27 Jul 2009 19:09:22 +0000 (14:09 -0500)
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure

index 6dab802a420035d3c23533ceba8097d92591c33f..b7d12146cb24b52e3fcb130f7e6e2a7921fa3f63 100755 (executable)
--- 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