diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2021-11-09 21:05:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-09 21:05:58 (GMT) |
commit | 49171aa91ab78c2608a26e5a75cdceab3bad6176 (patch) | |
tree | e78a8299ef2ce22606cbb8392390267518fd1fdc /configure | |
parent | a56fbad85ea655631bce68d4c0f47f1a8b500abd (diff) | |
download | cpython-49171aa91ab78c2608a26e5a75cdceab3bad6176.zip cpython-49171aa91ab78c2608a26e5a75cdceab3bad6176.tar.gz cpython-49171aa91ab78c2608a26e5a75cdceab3bad6176.tar.bz2 |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |