summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJuan Quintela2009-08-03 14:46:27 +0200
committerAnthony Liguori2009-08-10 20:05:40 +0200
commit0705667e2e976d28c9fc8740bcddbbbd52de64f1 (patch)
tree5ca097405a5b2b253920a43f095131c3a4c63a0e /configure
parentAdd libs_softmmu variable (diff)
downloadqemu-0705667e2e976d28c9fc8740bcddbbbd52de64f1.tar.gz
qemu-0705667e2e976d28c9fc8740bcddbbbd52de64f1.tar.xz
qemu-0705667e2e976d28c9fc8740bcddbbbd52de64f1.zip
Add SDL_LIBS to libs_softmmu
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f24b24048d..551b626ae5 100755
--- a/configure
+++ b/configure
@@ -891,6 +891,7 @@ EOF
if test "$mingw32" = "yes" ; then
sdl_libs="`echo $sdl_libs | sed s/-mwindows//g` -mconsole"
fi
+ libs_softmmu="$sdl_libs $libs_softmmu"
fi
##########################################
@@ -1632,7 +1633,6 @@ if [ "$build_docs" = "yes" ] ; then
fi
if test "$sdl" = "yes" ; then
echo "CONFIG_SDL=y" >> $config_host_mak
- echo "SDL_LIBS=$sdl_libs" >> $config_host_mak
echo "SDL_CFLAGS=$sdl_cflags" >> $config_host_mak
fi
if test "$cocoa" = "yes" ; then