From 688fb71bfa13669953785292bf3e1e36dadbd8df Mon Sep 17 00:00:00 2001 From: John Willis Date: Fri, 8 Jun 2007 20:01:40 +0000 Subject: Update configure to set the new EXEEXT for the GP2X port (.gp2x rather then .gpe). svn-id: r27211 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 668c26d3ea..323e0c1918 100755 --- a/configure +++ b/configure @@ -565,7 +565,7 @@ arm-riscos) EXEEXT=",ff8" ;; gp2x-linux) - EXEEXT=".gpe" + EXEEXT=".gp2x" ;; *) EXEEXT="" -- cgit v1.2.3