Skip to content

Commit fe4585a

Browse files
[3.12] gh-125698: Autoconf: Sync EXEEXT and ac_exeext (GH-125995) (#126007)
(cherry picked from commit 8b7cdc5) Co-authored-by: Erlend E. Aasland <[email protected]>
1 parent d0b2fa4 commit fe4585a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

configure

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

+3
Original file line numberDiff line numberDiff line change
@@ -1308,6 +1308,9 @@ AC_ARG_WITH([suffix],
13081308
])
13091309
AC_MSG_RESULT([$EXEEXT])
13101310

1311+
# Make sure we keep EXEEXT and ac_exeext sync'ed.
1312+
AS_VAR_SET([ac_exeext], [$EXEEXT])
1313+
13111314
# Test whether we're running on a non-case-sensitive system, in which
13121315
# case we give a warning if no ext is given
13131316
AC_SUBST([BUILDEXEEXT])

0 commit comments

Comments
 (0)