aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJordi Vilalta Prat2009-04-04 10:10:15 +0000
committerJordi Vilalta Prat2009-04-04 10:10:15 +0000
commitb82707463accf9f7e988ceb19ab01cd6645686f4 (patch)
treeaa82f7ea3f9b0ebf04319ccaf6d32b3cbc72cd14 /configure
parent3687838d192ffe471601de9285bb036a3aa38dcf (diff)
downloadscummvm-rg350-b82707463accf9f7e988ceb19ab01cd6645686f4.tar.gz
scummvm-rg350-b82707463accf9f7e988ceb19ab01cd6645686f4.tar.bz2
scummvm-rg350-b82707463accf9f7e988ceb19ab01cd6645686f4.zip
Remove the obsolete IPHONE_BACKEND define
svn-id: r39835
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 2bd998cc19..a0ffafbf00 100755
--- a/configure
+++ b/configure
@@ -1858,7 +1858,6 @@ case $_backend in
iphone)
OBJCFLAGS="$OBJCFLAGS --std=c99"
LIBS="$LIBS -lobjc -framework UIKit -framework CoreGraphics -framework CoreSurface -framework QuartzCore -framework GraphicsServices -framework CoreFoundation -framework Foundation -framework AudioToolbox -framework CoreAudio"
- DEFINES="$DEFINES -DIPHONE_BACKEND"
;;
dc)
INCLUDES="$INCLUDES "'-I$(srcdir)/backends/platform/dc -isystem $(ronindir)/include'