Last change
on this file since 778 was 414, checked in by Herwig Bauernfeind, 15 years ago |
Samba 3.5.0: Initial import
|
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.