aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDavid-John Willis2011-05-04 14:35:25 +0100
committerDavid-John Willis2011-05-04 14:35:25 +0100
commitbd60a289c7748ad6a03299e4fc9d161f31495b43 (patch)
tree194a1076955f71888c0aab8011b290ee9ab0e92c /configure
parent9f1dacd72bd633ff162eb4f385f0f4505a59e522 (diff)
downloadscummvm-rg350-bd60a289c7748ad6a03299e4fc9d161f31495b43.tar.gz
scummvm-rg350-bd60a289c7748ad6a03299e4fc9d161f31495b43.tar.bz2
scummvm-rg350-bd60a289c7748ad6a03299e4fc9d161f31495b43.zip
CONFIGURE: Add missing SDL_BACKEND define for the OpenPandora backend.
* Not really sure when/how it got lost but as it's lack spectacularly breaks the backend it is a really good idea to put it back ;) Thanks to Max for the heads up.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index a498d2509c..5115181acf 100755
--- a/configure
+++ b/configure
@@ -3083,6 +3083,7 @@ case $_backend in
INCLUDES="$INCLUDES `$_sdlconfig --prefix="$_sdlpath" --cflags`"
LIBS="$LIBS `$_sdlconfig --prefix="$_sdlpath" --libs`"
LDFLAGS="$LDFLAGS"
+ DEFINES="$DEFINES -DSDL_BACKEND"
;;
ps2)
# TODO ps2