Skip to content

Commit

Permalink
gh-125698: Autoconf: Sync EXEEXT and ac_exeext
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed Oct 25, 2024
1 parent c5b99f5 commit b6ddeef
Showing 1 changed file with 3 additions and 0 deletions.
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 b6ddeef

Please sign in to comment.