aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhewg2011-04-10 11:23:02 +0200
committerdhewg2011-04-10 11:23:02 +0200
commitfc582bfc8fa74992e55d1395166fbac60a577084 (patch)
treee39021e8502bff628d487f73d9ff436af049876a
parent6c0bca8aae3c84d55f1a8abbbe4ee3c52e2a2427 (diff)
downloadscummvm-rg350-fc582bfc8fa74992e55d1395166fbac60a577084.tar.gz
scummvm-rg350-fc582bfc8fa74992e55d1395166fbac60a577084.tar.bz2
scummvm-rg350-fc582bfc8fa74992e55d1395166fbac60a577084.zip
Revert "CONFIGURE: Use FORCE_RTL for the Android backend"
This reverts commit 44ab256101c8beec0860538127c2c7d602366c71.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f74ee9677c..035d6c3556 100755
--- a/configure
+++ b/configure
@@ -3002,7 +3002,7 @@ case $_backend in
# than pick up anything unhygenic from the Android libs.
LIBS="-Wl,-Bstatic $static_libs"
LIBS="$LIBS -Wl,-Bdynamic -lgcc $system_libs -llog -lGLESv1_CM"
- DEFINES="$DEFINES -DREDUCE_MEMORY_USAGE -DFORCE_RTL"
+ DEFINES="$DEFINES -DREDUCE_MEMORY_USAGE"
;;
dc)
INCLUDES="$INCLUDES "'-I$(srcdir)/backends/platform/dc -isystem $(ronindir)/include'