summaryrefslogtreecommitdiff
path: root/lib/replace/crypt.m4
blob: 684c3519f2332bb08803de2842c62ec62f4d1572 (plain)
1
2
3
4
5
6
###############################################
# test for where we get crypt() from
AC_CHECK_HEADERS(crypt.h)
AC_SEARCH_LIBS_EXT(crypt, [crypt], CRYPT_LIBS,
  [ AC_DEFINE(HAVE_CRYPT,1,[Whether the system has the crypt() function]) ],
  [ LIBREPLACEOBJ="${LIBREPLACEOBJ} crypt.o" ])