summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend@python.org>2024-10-26 15:11:42 (GMT)
committerGitHub <noreply@github.com>2024-10-26 15:11:42 (GMT)
commit8b7cdc5e0c3ee9903d41a2bfc494148db32dc379 (patch)
tree7df462bd97d24613bc319ced6db752ac7bcb5eec /configure.ac
parentc5b99f5c2c5347d66b9da362773969c531fb6c85 (diff)
downloadcpython-8b7cdc5e0c3ee9903d41a2bfc494148db32dc379.zip
cpython-8b7cdc5e0c3ee9903d41a2bfc494148db32dc379.tar.gz
cpython-8b7cdc5e0c3ee9903d41a2bfc494148db32dc379.tar.bz2
gh-125698: Autoconf: Sync EXEEXT and ac_exeext (#125995)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d5bc739..1534144 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1339,6 +1339,9 @@ AC_ARG_WITH([suffix],
])
AC_MSG_RESULT([$EXEEXT])
+# Make sure we keep EXEEXT and ac_exeext sync'ed.
+AS_VAR_SET([ac_exeext], [$EXEEXT])
+
# Test whether we're running on a non-case-sensitive system, in which
# case we give a warning if no ext is given
AC_SUBST([BUILDEXEEXT])