summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-18 17:49:41 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-18 17:49:41 +0200
commit33032d591f8e39edae0ce4b35ca1b6e25f04a04b (patch)
treec2a6bad2e09f49f8d6df4aeed9c1b77bad19b89f /source3/configure.in
parent4f9b6fdce4340a1022f659daaa035d0336ff6b53 (diff)
downloadsamba-33032d591f8e39edae0ce4b35ca1b6e25f04a04b.tar.gz
samba-33032d591f8e39edae0ce4b35ca1b6e25f04a04b.tar.bz2
samba-33032d591f8e39edae0ce4b35ca1b6e25f04a04b.zip
Move ufc to libreplace.
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 9388ebabc0..ce1c422bd1 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -4318,12 +4318,6 @@ AC_ARG_WITH(pam_smbpass,
)
-###############################################
-# test for where we get crypt() from
-AC_SEARCH_LIBS(crypt, [crypt],
- [test "$ac_cv_search_crypt" = "none required" || AUTH_LIBS="-lcrypt $AUTH_LIBS"
- AC_DEFINE(HAVE_CRYPT,1,[Whether the system has the crypt() function])])
-
##
## moved after the check for -lcrypt in order to
## ensure that the necessary libraries are included