From c35b032180d28dcb11e93a8cd1e9dedd0feeefd1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 16 Dec 2003 01:10:03 +0000 Subject: remove a redundent second check for PAM (This used to be commit dbc6f31df884268ba649c9d73c6e27eaa79d4cc4) --- source4/libads/config.m4 | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'source4/libads') diff --git a/source4/libads/config.m4 b/source4/libads/config.m4 index ed3609d2df..a4ff962a3d 100644 --- a/source4/libads/config.m4 +++ b/source4/libads/config.m4 @@ -226,22 +226,3 @@ if test x"$with_ldap_support" = x"yes"; then AC_DEFINE_UNQUOTED(LDAP_SET_REBIND_PROC_ARGS, $pam_ldap_cv_ldap_set_rebind_proc, [Number of arguments to ldap_set_rebind_proc]) fi fi - -# check for a PAM clear-text auth, accounts, password and session support -with_pam_for_crypt=no -AC_MSG_CHECKING(whether to use PAM) -AC_ARG_WITH(pam, -[ --with-pam Include PAM support (default=no)], -[ case "$withval" in - yes) - AC_MSG_RESULT(yes) - AC_DEFINE(WITH_PAM,1,[Whether to include PAM support]) - AUTHLIBS="$AUTHLIBS -lpam" - with_pam_for_crypt=yes - ;; - *) - AC_MSG_RESULT(no) - ;; - esac ], - AC_MSG_RESULT(no) -) -- cgit