1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00

7 lines
298 B
Plaintext
Raw Normal View History

2008-10-18 17:49:41 +02:00
###############################################
# test for where we get crypt() from
AC_CHECK_HEADERS(crypt.h)
2008-10-21 18:33:38 +02:00
AC_SEARCH_LIBS_EXT(crypt, [crypt], CRYPT_LIBS,
[ AC_DEFINE(HAVE_CRYPT,1,[Whether the system has the crypt() function]) ],
[ LIBREPLACEOBJ="${LIBREPLACEOBJ} $libreplacedir/crypt.o" ])