mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
21 lines
593 B
Plaintext
21 lines
593 B
Plaintext
|
--- configure.orig Thu Jun 8 12:52:28 2000
|
||
|
+++ configure Thu Jun 8 12:53:58 2000
|
||
|
@@ -1322,7 +1322,7 @@
|
||
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||
|
else
|
||
|
ac_save_LIBS="$LIBS"
|
||
|
-LIBS="-lldap -llber -lresolv $LIBS"
|
||
|
+LIBS="-lldap -llber $LIBS"
|
||
|
cat > conftest.$ac_ext <<EOF
|
||
|
#line 1328 "configure"
|
||
|
#include "confdefs.h"
|
||
|
@@ -1350,7 +1350,7 @@
|
||
|
fi
|
||
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||
|
echo "$ac_t""yes" 1>&6
|
||
|
- LIBS="$LIBS -lldap -llber -lresolv"
|
||
|
+ LIBS="$LIBS -lldap -llber"
|
||
|
else
|
||
|
echo "$ac_t""no" 1>&6
|
||
|
{ echo "configure: error: Cannot find libldap" 1>&2; exit 1; }
|