mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
bff1fe7b80
PR: ports/21668 Submitted by: clive@CirX.ORG
29 lines
801 B
Plaintext
29 lines
801 B
Plaintext
--- configure.orig Fri Sep 29 01:59:45 2000
|
|
+++ configure Sun Oct 1 19:43:36 2000
|
|
@@ -5518,14 +5518,14 @@
|
|
|
|
|
|
|
|
-echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
|
|
-echo "configure:5523: checking for dlopen in -ldl" >&5
|
|
+echo $ac_n "checking for dlopen""... $ac_c" 1>&6
|
|
+echo "configure:5523: 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 5531 "configure"
|
|
#include "confdefs.h"
|
|
@@ -5553,7 +5553,6 @@
|
|
fi
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
echo "$ac_t""yes" 1>&6
|
|
- DL_LIBS=-ldl
|
|
else
|
|
echo "$ac_t""no" 1>&6
|
|
|