blob: ece0d3435d00059d73810f283d3ec4fcd42aec2f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- 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
|