diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-19 15:47:36 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-19 15:47:36 +0200 |
commit | 974ab9d2f9ffabe20fab687f7e63cb168570f7e5 (patch) | |
tree | c32f79b73b9e65630b642135c6b2ec089c9cb418 | |
parent | c88cbbfdf323c24f7d8a68491bcb1e0354db41d4 (diff) | |
download | samba-974ab9d2f9ffabe20fab687f7e63cb168570f7e5.tar.gz samba-974ab9d2f9ffabe20fab687f7e63cb168570f7e5.tar.bz2 samba-974ab9d2f9ffabe20fab687f7e63cb168570f7e5.zip |
Use _EXT version of autoconf macro.
-rw-r--r-- | lib/replace/crypt.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/crypt.m4 b/lib/replace/crypt.m4 index 5a9fe88aaf..0b31ae4964 100644 --- a/lib/replace/crypt.m4 +++ b/lib/replace/crypt.m4 @@ -1,6 +1,6 @@ ############################################### # test for where we get crypt() from -AC_SEARCH_LIBS(crypt, [crypt], +AC_SEARCH_LIBS_EXT(crypt, [crypt], [test "$ac_cv_search_crypt" = "none required" || CRYPT_LIBS="-lcrypt" AC_DEFINE(HAVE_CRYPT,1,[Whether the system has the crypt() function])], [ LIBREPLACEOBJ="${LIBREPLACEOBJ} crypt.o" ]) |