From: Jelmer Vernooij Date: Sun, 19 Oct 2008 13:47:36 +0000 (+0200) Subject: Use _EXT version of autoconf macro. X-Git-Tag: samba-4.0.0alpha6~778^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=974ab9d2f9ffabe20fab687f7e63cb168570f7e5;p=thirdparty%2Fsamba.git Use _EXT version of autoconf macro. --- diff --git a/lib/replace/crypt.m4 b/lib/replace/crypt.m4 index 5a9fe88aaf4..0b31ae49645 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" ])