From bd60a289c7748ad6a03299e4fc9d161f31495b43 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Wed, 4 May 2011 14:35:25 +0100 Subject: 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. --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') 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 -- cgit v1.2.3