summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-11-24 09:47:22 (GMT)
committerGitHub <noreply@github.com>2021-11-24 09:47:22 (GMT)
commit64c3807da93fc3e0c15bc376f220b2d24551023e (patch)
tree127f6ac2fcb4bca4207674cc42f3ff058fe9e6ee /configure
parent8af6481f6b7d43646c47d8fa6cc6d5eb465e2b0f (diff)
downloadcpython-64c3807da93fc3e0c15bc376f220b2d24551023e.zip
cpython-64c3807da93fc3e0c15bc376f220b2d24551023e.tar.gz
cpython-64c3807da93fc3e0c15bc376f220b2d24551023e.tar.bz2
bpo-45847: Fix _crypt detection on Ubuntu (GH-29743)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d2d7992..abfda2b 100755
--- a/configure
+++ b/configure
@@ -15805,7 +15805,7 @@ save_LIBS=$LIBS
CPPFLAGS="$LIBCRYPT_CFLAGS $CFLAGS"
- LDFLAGS="$LIBCRYPT_LIBS $LDFLAGS"
+ LIBS="$LIBCRYPT_LIBS $LIBS"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for crypt or crypt_r" >&5
$as_echo_n "checking for crypt or crypt_r... " >&6; }
if ${ac_cv_crypt_crypt+:} false; then :