projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
681306d
)
target_softmmu is undefined at that point
author
Juan Quintela
<quintela@redhat.com>
Mon, 27 Jul 2009 14:13:13 +0000
(16:13 +0200)
committer
Anthony 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
patch
|
blob
|
history
diff --git
a/configure
b/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