diff options
author | Christian Heimes <christian@python.org> | 2021-11-09 08:06:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-09 08:06:41 (GMT) |
commit | 8fefaad242f45b3bd97e000a00f2aac16d935315 (patch) | |
tree | 8b84deccc6c0039dc083f360bc1fab1d2e71a4b6 /configure | |
parent | cfc9154121e2d677b782cfadfc90b949b1259332 (diff) | |
download | cpython-8fefaad242f45b3bd97e000a00f2aac16d935315.zip cpython-8fefaad242f45b3bd97e000a00f2aac16d935315.tar.gz cpython-8fefaad242f45b3bd97e000a00f2aac16d935315.tar.bz2 |
bpo-45743: -Wl,-search_paths_first is no longer needed (GH-29464)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -12886,15 +12886,6 @@ $as_echo "#define HAVE_LCHFLAGS 1" >>confdefs.h fi # Check for compression libraries -case $ac_sys_system/$ac_sys_release in -Darwin/*) - _CUR_CFLAGS="${CFLAGS}" - _CUR_LDFLAGS="${LDFLAGS}" - CFLAGS="${CFLAGS} -Wl,-search_paths_first" - LDFLAGS="${LDFLAGS} -Wl,-search_paths_first -L/usr/local/lib" - ;; -esac - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflateCopy in -lz" >&5 $as_echo_n "checking for inflateCopy in -lz... " >&6; } if ${ac_cv_lib_z_inflateCopy+:} false; then : @@ -12938,13 +12929,6 @@ $as_echo "#define HAVE_ZLIB_COPY 1" >>confdefs.h fi -case $ac_sys_system/$ac_sys_release in -Darwin/*) - CFLAGS="${_CUR_CFLAGS}" - LDFLAGS="${_CUR_LDFLAGS}" - ;; -esac - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hstrerror" >&5 |