mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 02:46:58 +00:00
AC_SEARCH_LIBS not AC_CHECK_LIB to find crypt()
This commit is contained in:
parent
9f1eb695b4
commit
0e438f6d5c
@ -83,7 +83,7 @@ AC_CHECK_DECL(__UCLIBC__,
|
|||||||
],,,)
|
],,,)
|
||||||
|
|
||||||
# Checks for libraries.
|
# Checks for libraries.
|
||||||
AC_CHECK_LIB(crypt, crypt, CRYPTLIB="-lcrypt")
|
AC_SEARCH_LIBS(crypt, crypt, CRYPTLIB="-lcrypt")
|
||||||
AC_SUBST(CRYPTLIB)
|
AC_SUBST(CRYPTLIB)
|
||||||
|
|
||||||
# Check if zlib is needed
|
# Check if zlib is needed
|
||||||
|
Loading…
Reference in New Issue
Block a user