mirror of
https://github.com/python/cpython.git
synced 2024-11-21 21:09:37 +01:00
gh-125698: Autoconf: Sync EXEEXT and ac_exeext (#125995)
This commit is contained in:
parent
c5b99f5c2c
commit
8b7cdc5e0c
3
configure
generated
vendored
3
configure
generated
vendored
@ -7323,6 +7323,9 @@ fi
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $EXEEXT" >&5
|
||||
printf "%s\n" "$EXEEXT" >&6; }
|
||||
|
||||
# Make sure we keep EXEEXT and ac_exeext sync'ed.
|
||||
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
|
||||
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user