From: Erlend Egeberg Aasland Date: Tue, 9 Nov 2021 21:05:58 +0000 (+0100) Subject: bpo-45723: Remove dead code for obsolete `--with-dyld` option (GH-29500) X-Git-Tag: v3.11.0a3~274 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49171aa91ab78c2608a26e5a75cdceab3bad6176;p=thirdparty%2FPython%2Fcpython.git 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 --- diff --git a/configure b/configure index a1f5e53018b0..c67daf752a9d 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 a7e5f2bd548b..ae0888bcda05 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)