Backed out changeset fbcd0a20e667

This commit is contained in:
Matt Johnston 2015-11-26 22:21:14 +08:00
parent 0e438f6d5c
commit 56b9388702

View File

@ -83,7 +83,7 @@ AC_CHECK_DECL(__UCLIBC__,
],,,)
# Checks for libraries.
AC_SEARCH_LIBS(crypt, crypt, CRYPTLIB="-lcrypt")
AC_CHECK_LIB(crypt, crypt, CRYPTLIB="-lcrypt")
AC_SUBST(CRYPTLIB)
# Check if zlib is needed