aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAlejandro Marzini2010-06-23 22:02:00 +0000
committerAlejandro Marzini2010-06-23 22:02:00 +0000
commit3029e505286acc0ca2c65f0a6c009643fa39bdd8 (patch)
tree9cb9e429e83ef908aa60669fd8b7bf8d38df3ae8 /configure
parent3af9282c1943b3a8a2e2dbb992bbeb863e2430aa (diff)
downloadscummvm-rg350-3029e505286acc0ca2c65f0a6c009643fa39bdd8.tar.gz
scummvm-rg350-3029e505286acc0ca2c65f0a6c009643fa39bdd8.tar.bz2
scummvm-rg350-3029e505286acc0ca2c65f0a6c009643fa39bdd8.zip
Fixed Posix port problem with destructor and configure.
svn-id: r50194
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure16
1 files changed, 5 insertions, 11 deletions
diff --git a/configure b/configure
index 13b228d219..e8ca6eba45 100755
--- a/configure
+++ b/configure
@@ -137,7 +137,7 @@ _enable_prof=no
_vkeybd=no
_keymapper=no
# Default platform settings
-_backend=posix
+_backend=sdl
_endian=unknown
_need_memalign=no
_have_x86=no
@@ -625,8 +625,8 @@ Usage: $0 [OPTIONS]...
Configuration:
-h, --help display this help and exit
--backend=BACKEND backend to build (dc, gp2x, gp2xwiz, iphone,
- linuxmoto, nds, null, posix, ps2, psp, sdl, wii, wince)
- [posix]
+ linuxmoto, nds, null, ps2, psp, sdl, wii, wince)
+ [sdl]
Installation directories:
--prefix=PREFIX install architecture-independent files in PREFIX
@@ -1734,7 +1734,7 @@ fi
# Enable 16bit support only for backends which support it
#
case $_backend in
- dreamcast | samsungtv | sdl | wii | psp | posix)
+ dreamcast | samsungtv | sdl | wii | psp)
if test "$_16bit" = auto ; then
_16bit=yes
else
@@ -2413,13 +2413,6 @@ case $_backend in
null)
DEFINES="$DEFINES -DUSE_NULL_DRIVER"
;;
- posix)
- find_sdlconfig
- INCLUDES="$INCLUDES `$_sdlconfig --prefix="$_sdlpath" --cflags`"
- LIBS="$LIBS `$_sdlconfig --prefix="$_sdlpath" --libs`"
- DEFINES="$DEFINES -DSDL_BACKEND"
- MODULES="$MODULES backends/platform/sdl"
- ;;
ps2)
# TODO ps2
DEFINES="$DEFINES -D_EE -DFORCE_RTL"
@@ -2722,3 +2715,4 @@ include \$(srcdir)/Makefile
EOF
fi
+