aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhewg2011-04-10 11:23:14 +0200
committerdhewg2011-04-10 11:23:14 +0200
commitb48e3a83bb16ba8bf77b8d684074960894797917 (patch)
tree8905899d089b479f5c4c16417b99d6baec3d3f32
parentfc582bfc8fa74992e55d1395166fbac60a577084 (diff)
downloadscummvm-rg350-b48e3a83bb16ba8bf77b8d684074960894797917.tar.gz
scummvm-rg350-b48e3a83bb16ba8bf77b8d684074960894797917.tar.bz2
scummvm-rg350-b48e3a83bb16ba8bf77b8d684074960894797917.zip
Revert "CONFIGURE: Use FORCE_RTL for the Wii backend"
This reverts commit e2a0c096924df7ba2ba0c0d8888341563e6e3995.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 035d6c3556..75a64e06ba 100755
--- a/configure
+++ b/configure
@@ -3092,7 +3092,7 @@ case $_backend in
DEFINES="$DEFINES -DSDL_BACKEND"
;;
wii)
- DEFINES="$DEFINES -D__WII__ -DGEKKO -DFORCE_RTL"
+ DEFINES="$DEFINES -D__WII__ -DGEKKO"
case $_host_os in
gamecube)
LIBS="$LIBS -lgxflux -liso9660 -lfat -logc -ldb"