summaryrefslogtreecommitdiff
path: root/lib/replace/crypt.m4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-19 15:47:36 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-19 15:47:36 +0200
commit974ab9d2f9ffabe20fab687f7e63cb168570f7e5 (patch)
treec32f79b73b9e65630b642135c6b2ec089c9cb418 /lib/replace/crypt.m4
parentc88cbbfdf323c24f7d8a68491bcb1e0354db41d4 (diff)
downloadsamba-974ab9d2f9ffabe20fab687f7e63cb168570f7e5.tar.gz
samba-974ab9d2f9ffabe20fab687f7e63cb168570f7e5.tar.bz2
samba-974ab9d2f9ffabe20fab687f7e63cb168570f7e5.zip
Use _EXT version of autoconf macro.
Diffstat (limited to 'lib/replace/crypt.m4')
-rw-r--r--lib/replace/crypt.m42
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" ])