|
Lines 1-29
Link Here
|
| 1 |
--- configure.orig Thu Oct 28 19:54:10 1999 |
|
|
| 2 |
+++ configure Thu Oct 28 19:54:38 1999 |
| 3 |
@@ -3630,14 +3630,14 @@ |
| 4 |
|
| 5 |
|
| 6 |
|
| 7 |
-echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 |
| 8 |
-echo "configure:3635: checking for dlopen in -ldl" >&5 |
| 9 |
+echo $ac_n "checking for dlopen""... $ac_c" 1>&6 |
| 10 |
+echo "configure:3635: checking for dlopen" >&5 |
| 11 |
ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` |
| 12 |
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 13 |
echo $ac_n "(cached) $ac_c" 1>&6 |
| 14 |
else |
| 15 |
ac_save_LIBS="$LIBS" |
| 16 |
-LIBS="-ldl -lm $LIBS" |
| 17 |
+LIBS="-lm $LIBS" |
| 18 |
cat > conftest.$ac_ext <<EOF |
| 19 |
#line 3643 "configure" |
| 20 |
#include "confdefs.h" |
| 21 |
@@ -3665,7 +3665,7 @@ |
| 22 |
fi |
| 23 |
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 24 |
echo "$ac_t""yes" 1>&6 |
| 25 |
- DL_LIBS=-ldl |
| 26 |
+ DL_LIBS= |
| 27 |
else |
| 28 |
echo "$ac_t""no" 1>&6 |
| 29 |
|