Add in a check for libcrypt.a

Pointed out by Martin
This commit is contained in:
Marc G. Fournier 1997-03-17 19:03:05 +00:00
parent 4b4ac7c159
commit c9ba25eb6d
2 changed files with 367 additions and 544 deletions

910
src/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -121,6 +121,7 @@ AC_CHECK_LIB(bsd, main)
AC_CHECK_LIB(ld, main)
AC_CHECK_LIB(compat, main)
AC_CHECK_LIB(BSD, main)
AC_CHECK_LIB(crypt, main)
dnl Checks for header files.
AC_HEADER_STDC