8000 [3.13] gh-125698: Autoconf: Sync EXEEXT and ac_exeext (GH-125995) (#1… · python/cpython@f702ea2 · GitHub
[go: up one dir, main page]

Skip to content

Commit f702ea2

Browse files
[3.13] gh-125698: Autoconf: Sync EXEEXT and ac_exeext (GH-125995) (#126006)
(cherry picked from commit 8b7cdc5) Co-authored-by: Erlend E. Aasland <erlend@python.org>
1 parent f521142 commit f702ea2

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)
0