[Python-checkins] bpo-45723: Remove dead code for obsolete `--with-dyld` option (GH-29500)

miss-islington webhook-mailer at python.org
Tue Nov 9 16:06:07 EST 2021


https://github.com/python/cpython/commit/49171aa91ab78c2608a26e5a75cdceab3bad6176
commit: 49171aa91ab78c2608a26e5a75cdceab3bad6176
branch: main
author: Erlend Egeberg Aasland <erlend.aasland at innova.no>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2021-11-09T13:05:58-08:00
summary:

bpo-45723: Remove dead code for obsolete `--with-dyld` option (GH-29500)



Was commented out by Jack Jansen in 2001-08-15 by commit
b6e9cad34ce46a6a733d8aa5bf5b9d389fa1316f:

"Ripped out Next/OpenStep support, which was broken anyway"

Automerge-Triggered-By: GH:tiran

files:
M configure
M configure.ac

diff --git a/configure b/configure
index a1f5e53018b07..c67daf752a9d1 100755
--- a/configure
+++ b/configure
@@ -3315,10 +3315,6 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
-##AC_ARG_WITH(dyld,
-##            AS_HELP_STRING([--with-dyld],
-##                           [use (OpenStep|Rhapsody) dynamic linker]))
-##
 # Set name for machine-dependent library files
 
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking MACHDEP" >&5
diff --git a/configure.ac b/configure.ac
index a7e5f2bd548b7..ae0888bcda053 100644
--- a/configure.ac
+++ b/configure.ac
@@ -377,10 +377,6 @@ AC_SUBST(FRAMEWORKINSTALLAPPSPREFIX)
 
 AC_DEFINE_UNQUOTED(_PYTHONFRAMEWORK, "${PYTHONFRAMEWORK}", [framework name])
 
-##AC_ARG_WITH(dyld,
-##            AS_HELP_STRING([--with-dyld],
-##                           [use (OpenStep|Rhapsody) dynamic linker]))
-##
 # Set name for machine-dependent library files
 AC_ARG_VAR([MACHDEP], [name for machine-dependent library files])
 AC_MSG_CHECKING(MACHDEP)



More information about the Python-checkins mailing list