aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2006-10-07 00:48:28 +0000
committerMax Horn2006-10-07 00:48:28 +0000
commit28ef091808a0a640b50606735f791f3269c39ee7 (patch)
tree048a6b1cce4d520d4eda181cd616e21e65873760
parentd88288120bbe3f710a264f9ff675f9c3ee2d6da9 (diff)
downloadscummvm-rg350-28ef091808a0a640b50606735f791f3269c39ee7.tar.gz
scummvm-rg350-28ef091808a0a640b50606735f791f3269c39ee7.tar.bz2
scummvm-rg350-28ef091808a0a640b50606735f791f3269c39ee7.zip
Modified configure to #define SDL_BACKEND when using the SDL backend (akin to X11_BACKEND)
svn-id: r24151
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 2a5cf0ba8c..08cf38509c 100755
--- a/configure
+++ b/configure
@@ -1305,6 +1305,7 @@ case $_backend in
find_sdlconfig
INCLUDES="$INCLUDES `$_sdlconfig --cflags`"
LIBS="$LIBS `$_sdlconfig --libs`"
+ DEFINES="$DEFINES -DSDL_BACKEND"
MODULES="$MODULES backends/platform/sdl"
;;
gp2x)