Skip to content

Commit

Permalink
[3.12] gh-125698: Autoconf: Sync EXEEXT and ac_exeext (GH-125995) (#1…
Browse files Browse the repository at this point in the history
…26007)

(cherry picked from commit 8b7cdc5)

Co-authored-by: Erlend E. Aasland <[email protected]>
  • Loading branch information
miss-islington and erlend-aasland authored Oct 26, 2024
1 parent d0b2fa4 commit fe4585a
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 @@ -1308,6 +1308,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 fe4585a

Please sign in to comment.