mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
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:
parent
2819e98d10
commit
185533639d
2 changed files with 0 additions and 2 deletions
|
@ -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')]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue