aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAngus Lees2010-06-08 13:18:25 +0000
committerAngus Lees2010-06-08 13:18:25 +0000
commit33c2e03ccc30fb5c7464319081bf5599858f6fd1 (patch)
treed1ebb3053575e0c237113d685182e0735da4bf35 /configure
parent5ba761a687d9b908f09b218cc22aec548d98c3f6 (diff)
downloadscummvm-rg350-33c2e03ccc30fb5c7464319081bf5599858f6fd1.tar.gz
scummvm-rg350-33c2e03ccc30fb5c7464319081bf5599858f6fd1.tar.bz2
scummvm-rg350-33c2e03ccc30fb5c7464319081bf5599858f6fd1.zip
Remove unnecessary explicit _endian=little for Android
svn-id: r49504
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 0c06be13ea..cb2f690441 100755
--- a/configure
+++ b/configure
@@ -1665,7 +1665,6 @@ if test -n "$_host"; then
;;
android)
DEFINES="$DEFINES -DANDROID -DUNIX -DUSE_ARM_SMUSH_ASM"
- _endian=little
_need_memalign=yes
add_line_to_config_mk 'USE_ARM_SOUND_ASM = 1'
add_line_to_config_mk 'USE_ARM_SMUSH_ASM = 1'