blob: 9c0302ee9aabe38b6c09d542716bc3ee112e7257 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- configure.orig Fri Aug 24 03:22:46 2001
+++ configure Fri Aug 24 03:23:02 2001
@@ -1174,7 +1174,7 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lpam -ldl $LIBS"
+LIBS="-lpam $LIBS"
cat > conftest.$ac_ext <<EOF
#line 1180 "configure"
#include "confdefs.h"
@@ -1202,7 +1202,7 @@
fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6
- LIBS="$LIBS -ldl -lpam"; cat >> confdefs.h <<\EOF
+ LIBS="$LIBS -lpam"; cat >> confdefs.h <<\EOF
#define HAVE_LIBPAM 1
EOF
|