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.
This commit is contained in:
Erlend Egeberg Aasland 2021-11-09 16:32:59 +01:00 committed by GitHub
parent 2819e98d10
commit 185533639d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

1
configure vendored
View file

@ -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; }

View file

@ -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')]),