aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-07-27 16:13:13 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-07-27 14:09:22 -0500
commitaae3481dc8add0578f7b9fada6d9d96e704c6ff0 (patch)
tree7a74d74c48265056f5a1287614a55003ee78d2a7
parent681306dfaa1924dc046746a4b270837fd126716e (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>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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