Skip to content

Commit 6526720

Browse files
erlend-aaslandmiss-islington
authored andcommitted
pythongh-125698: Autoconf: Sync EXEEXT and ac_exeext (pythonGH-125995)
(cherry picked from commit 8b7cdc5) Co-authored-by: Erlend E. Aasland <[email protected]>
1 parent 9c6cda5 commit 6526720

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

configure

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,6 +1339,9 @@ AC_ARG_WITH([suffix],
13391339
])
13401340
AC_MSG_RESULT([$EXEEXT])
13411341

1342+
# Make sure we keep EXEEXT and ac_exeext sync'ed.
1343+
AS_VAR_SET([ac_exeext], [$EXEEXT])
1344+
13421345
# Test whether we're running on a non-case-sensitive system, in which
13431346
# case we give a warning if no ext is given
13441347
AC_SUBST([BUILDEXEEXT])

0 commit comments

Comments
 (0)