mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
0deec25682
Submitted by: Clive Lin <clive@GnatS.CirX.ORG>
30 lines
813 B
Plaintext
30 lines
813 B
Plaintext
--- configure.orig Tue Nov 23 17:13:27 1999
|
|
+++ configure Tue Nov 23 17:14:09 1999
|
|
@@ -3632,14 +3632,14 @@
|
|
|
|
|
|
|
|
-echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
|
|
-echo "configure:3637: checking for dlopen in -ldl" >&5
|
|
+echo $ac_n "checking for dlopen""... $ac_c" 1>&6
|
|
+echo "configure:3637: 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 3645 "configure"
|
|
#include "confdefs.h"
|
|
@@ -3667,7 +3667,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
|
|
|