aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Willis2010-09-26 20:23:58 +0000
committerJohn Willis2010-09-26 20:23:58 +0000
commit2e57bcad525cb00d1866b09c2ca2a34877c0fa1f (patch)
tree3be55314e586ac0fc458fb83d8b79e0225ccb1de
parent8637b75c53225e2fb0dc649f4b060540cd6dd837 (diff)
downloadscummvm-rg350-2e57bcad525cb00d1866b09c2ca2a34877c0fa1f.tar.gz
scummvm-rg350-2e57bcad525cb00d1866b09c2ca2a34877c0fa1f.tar.bz2
scummvm-rg350-2e57bcad525cb00d1866b09c2ca2a34877c0fa1f.zip
CONFIGURE: Clean up overuse of _exeext for GP2X/Wiz and Caanoo.
svn-id: r52917
-rwxr-xr-xconfigure12
1 files changed, 3 insertions, 9 deletions
diff --git a/configure b/configure
index 31d43b97ba..20b899cb3b 100755
--- a/configure
+++ b/configure
@@ -360,18 +360,12 @@ get_system_exe_extension() {
case $1 in
arm-riscos)
_exeext=",ff8"
- ;;
- caanoo-linux)
- _exeext=".caanoo"
- ;;
+ ;;
dreamcast | ds | gamecube | n64 | ps2 | psp | wii)
_exeext=".elf"
;;
- gp2x-linux)
- _exeext=".gp2x"
- ;;
- gp2xwiz-linux)
- _exeext=".wiz"
+ gph-linux)
+ _exeext=".gph"
;;
mingw* | *os2-emx | wince)
_exeext=".exe"