git.samba.org
/
kai
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c88cbbf
)
Use _EXT version of autoconf macro.
author
Jelmer Vernooij
<jelmer@samba.org>
Sun, 19 Oct 2008 13:47:36 +0000
(15:47 +0200)
committer
Jelmer Vernooij
<jelmer@samba.org>
Sun, 19 Oct 2008 13:47:36 +0000
(15:47 +0200)
lib/replace/crypt.m4
patch
|
blob
|
history
diff --git
a/lib/replace/crypt.m4
b/lib/replace/crypt.m4
index 5a9fe88aaf475b2bd5edf62cdc9fbc9d2d75dea2..0b31ae49645d9f076a870cb5d9232338348e5984 100644
(file)
--- 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" ])