summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2021-11-09 15:32:59 (GMT)
committerGitHub <noreply@github.com>2021-11-09 15:32:59 (GMT)
commit185533639d6eddd42a28f9e3517067bd877e34c5 (patch)
tree61682f4f0d1baea6c338b923a6c9a2255c85c4a2 /configure
parent2819e98d1048238bf94dc2ba88ae2455d01861bc (diff)
downloadcpython-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-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 76d9c49..45ac189 100755
--- a/configure
+++ b/configure
@@ -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; }