From cfb45078b234062fe2c1241b0db1f924d6301e16 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 8 Jun 2008 21:37:25 +0000 Subject: [PATCH] Add description for NO_PAM_SESSION, from a redhat patch. --- configure | 5 +++-- configure.in | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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]) -- 2.50.1