diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2021-11-09 15:32:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-09 15:32:59 (GMT) |
commit | 185533639d6eddd42a28f9e3517067bd877e34c5 (patch) | |
tree | 61682f4f0d1baea6c338b923a6c9a2255c85c4a2 /configure | |
parent | 2819e98d1048238bf94dc2ba88ae2455d01861bc (diff) | |
download | cpython-185533639d6eddd42a28f9e3517067bd877e34c5.zip cpython-185533639d6eddd42a28f9e3517067bd877e34c5.tar.gz cpython-185533639d6eddd42a28f9e3517067bd877e34c5.tar.bz2 |
bpo-45723: Remove obsolete AC_EXEEXT from configure.ac (GH-29486)
From the autoconf docs *Obsolete Macros* section:
Defined the output variable EXEEXT based on the output of the
compiler, which is now done automatically. Typically set to empty
string if Posix and ‘.exe’ if a DOS variant.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5738,7 +5738,6 @@ atheos*|Linux*/1*) exit 1;; esac - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-suffix" >&5 $as_echo_n "checking for --with-suffix... " >&6; } |