From: Todd C. Miller Date: Sun, 8 Jun 2008 21:37:25 +0000 (+0000) Subject: Add description for NO_PAM_SESSION, from a redhat patch. X-Git-Tag: SUDO_1_7_0~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfb45078b234062fe2c1241b0db1f924d6301e16;p=sudo Add description for NO_PAM_SESSION, from a redhat patch. --- diff --git a/configure b/configure index d8480de3e..c066ba239 100755 --- a/configure +++ b/configure @@ -19490,8 +19490,9 @@ echo "${ECHO_T}yes" >&6; } ;; no) { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } - cat >>confdefs.h <<\_ACEOF -#define NO_PAM_SESSION 1 + +cat >>confdefs.h <<\_ACEOF +#define NO_PAM_SESSION _ACEOF ;; diff --git a/configure.in b/configure.in index 22cd43903..a4111e348 100644 --- a/configure.in +++ b/configure.in @@ -1899,7 +1899,7 @@ if test ${with_pam-"no"} != "no"; then yes) AC_MSG_RESULT(yes) ;; no) AC_MSG_RESULT(no) - AC_DEFINE(NO_PAM_SESSION) + AC_DEFINE([NO_PAM_SESSION], [], [PAM session support disabled]) ;; *) AC_MSG_RESULT(no) AC_MSG_WARN([Ignoring unknown argument to --enable-pam-session: $enableval])