mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
7 lines
298 B
Plaintext
7 lines
298 B
Plaintext
###############################################
|
|
# 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} $libreplacedir/crypt.o" ])
|