Skip to content

Commit

Permalink
pythongh-125698: Autoconf: Sync EXEEXT and ac_exeext (pythonGH-125995)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8b7cdc5)

Co-authored-by: Erlend E. Aasland <[email protected]>
  • Loading branch information
erlend-aasland authored and miss-islington committed Oct 26, 2024
1 parent 9c6cda5 commit 6526720
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 6526720

Please sign in to comment.