diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-11-16 23:18:17 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-11-16 23:18:17 +0000 |
commit | de5eaa6452e8bace2251592475459f6d0fde2c15 (patch) | |
tree | cbb245018165dca78a3ebed427715c5459f2ca8e /configure | |
parent | 75175024757fd716dc0f8d50d9a8837b6d88143d (diff) |
static config for SDL
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@465 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -301,6 +301,7 @@ if test "$sdl" = "yes" ; then echo "CONFIG_SDL=yes" >> $config_mak echo "#define CONFIG_SDL 1" >> $config_h echo "SDL_LIBS=`sdl-config --libs`" >> $config_mak + echo "SDL_STATIC_LIBS=`sdl-config --static-libs`" >> $config_mak echo "SDL_CFLAGS=`sdl-config --cflags`" >> $config_mak fi echo -n "VERSION=" >>$config_mak |