42 lines
1,002 B
Text
42 lines
1,002 B
Text
--- configure.orig Sun Feb 9 15:51:58 2003
|
|
+++ configure Tue Feb 11 21:52:32 2003
|
|
@@ -6124,7 +6124,7 @@
|
|
fi
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
echo "$ac_t""yes" 1>&6
|
|
- GUILE_LIBS="-ldl $GUILE_LIBS"
|
|
+ GUILE_LIBS="$GUILE_LIBS"
|
|
else
|
|
echo "$ac_t""no" 1>&6
|
|
fi
|
|
@@ -6775,7 +6775,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 6781 "configure"
|
|
#include "confdefs.h"
|
|
@@ -6815,7 +6815,7 @@
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
ac_save_LIBS="$LIBS"
|
|
-LIBS="-lpam_misc -ldl -lpam $LIBS"
|
|
+LIBS="-lpam_misc -lpam $LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 6821 "configure"
|
|
#include "confdefs.h"
|
|
@@ -6843,10 +6843,10 @@
|
|
fi
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
echo "$ac_t""yes" 1>&6
|
|
- PAM_LIBS="-ldl -lpam -lpam_misc"
|
|
+ PAM_LIBS="-lpam -lpam_misc"
|
|
else
|
|
echo "$ac_t""no" 1>&6
|
|
-PAM_LIBS="-ldl -lpam"
|
|
+PAM_LIBS="-lpam"
|
|
fi
|
|
|
|
|