Skip to content

Commit 7fbda5b

Browse files
erlend-aaslandebonnal
authored andcommitted
pythongh-125698: Autoconf: Sync EXEEXT and ac_exeext (python#125995)
1 parent 44bf6d6 commit 7fbda5b

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)