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.ac | |
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.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8ea5d49..7361d89 100644 --- a/configure.ac +++ b/configure.ac @@ -947,7 +947,6 @@ atheos*|Linux*/1*) exit 1;; esac -AC_EXEEXT AC_MSG_CHECKING(for --with-suffix) AC_ARG_WITH(suffix, AS_HELP_STRING([--with-suffix=SUFFIX], [set executable suffix to SUFFIX (default is '.exe')]), |