diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
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.]) ]) |