--- configure.orig Thu Apr 12 15:27:42 2001 +++ configure Fri May 18 08:13:51 2001 @@ -4906,6 +4906,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then +if test "${with_pam+set}" = set; then echo "$ac_t""yes" 1>&6 cat >> confdefs.h <<\EOF #define USE_PAM 1 @@ -4914,6 +4915,9 @@ LIBS="$LIBS -lpam" compile_pam=yes +else + echo "$ac_t""no" 1>&6 +fi else echo "$ac_t""no" 1>&6 fi