summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-01-07 12:47:01 -0700
committerEduardo Chappa <chappa@washington.edu>2020-01-07 12:47:01 -0700
commitef4518e9aad321a6b6f7af940bbccdbcf42595d0 (patch)
tree5426cc1fa703668044762b70fbb5b819bccf20cb /configure.ac
parentf398f615b6df385aec2b3553310cc237b29e068a (diff)
downloadalpine-ef4518e9aad321a6b6f7af940bbccdbcf42595d0.tar.xz
* Do not add -lcrypt to LIBS when it is not required. Reported by Ryan
Elliot.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index a80966de..027f2f95 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1670,10 +1670,7 @@ if test -z "$alpine_c_client_bundled" ; then
fi
if test -n "$alpine_c_client_bundled" ; then
- AC_SEARCH_LIBS(crypt,crypt,
- [
- LIBS="$LIBS -lcrypt"
- ],
+ AC_SEARCH_LIBS(crypt,crypt,,
[
AC_MSG_ERROR([crypt library not found.])
])