s3:lib/events: make use of tevent_common_loop_timer_delay()
[Samba/gebeck_regimport.git] / lib / replace / crypt.m4
blobfae2a58685741cbacc05bc1725bfb394cb074880
1 ###############################################
2 # test for where we get crypt() from
3 AC_CHECK_HEADERS(crypt.h)
4 AC_SEARCH_LIBS_EXT(crypt, [crypt], CRYPT_LIBS,
5   [ AC_DEFINE(HAVE_CRYPT,1,[Whether the system has the crypt() function]) ],
6   [ LIBREPLACEOBJ="${LIBREPLACEOBJ} $libreplacedir/crypt.o" ])