diff options
author | Erlend E. Aasland <erlend@python.org> | 2024-10-26 15:11:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-26 15:11:42 (GMT) |
commit | 8b7cdc5e0c3ee9903d41a2bfc494148db32dc379 (patch) | |
tree | 7df462bd97d24613bc319ced6db752ac7bcb5eec /configure | |
parent | c5b99f5c2c5347d66b9da362773969c531fb6c85 (diff) | |
download | cpython-8b7cdc5e0c3ee9903d41a2bfc494148db32dc379.zip cpython-8b7cdc5e0c3ee9903d41a2bfc494148db32dc379.tar.gz cpython-8b7cdc5e0c3ee9903d41a2bfc494148db32dc379.tar.bz2 |
gh-125698: Autoconf: Sync EXEEXT and ac_exeext (#125995)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |