summaryrefslogtreecommitdiffstats
path: root/js/src/old-configure.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--js/src/old-configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/js/src/old-configure.in b/js/src/old-configure.in
index b9152f974d..d985695fb5 100644
--- a/js/src/old-configure.in
+++ b/js/src/old-configure.in
@@ -54,8 +54,9 @@ dnl ========================================================
if test "$COMPILE_ENVIRONMENT"; then
-# Run some logic to figure out exe extensions (mostly for mingw's sake)
-AC_EXEEXT
+# This prevents mingw from adding .exe when generating executable. Internal use
+# only.
+ac_exeext=.out
# Note:
# In Mozilla, we use the names $target, $host and $build incorrectly, but are