summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-11-09 08:06:41 (GMT)
committerGitHub <noreply@github.com>2021-11-09 08:06:41 (GMT)
commit8fefaad242f45b3bd97e000a00f2aac16d935315 (patch)
tree8b84deccc6c0039dc083f360bc1fab1d2e71a4b6 /configure
parentcfc9154121e2d677b782cfadfc90b949b1259332 (diff)
downloadcpython-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-xconfigure16
1 files changed, 0 insertions, 16 deletions
diff --git a/configure b/configure
index cd25c1d..76d9c49 100755
--- a/configure
+++ b/configure
@@ -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