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