source:
branches/samba-3.5.x/lib/replace/crypt.m4
Last change on this file was 414, checked in by , 15 years ago | |
---|---|
File size: 298 bytes |
Line | |
---|---|
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" ]) |
Note:
See TracBrowser
for help on using the repository browser.