]> git.sur5r.net Git - openldap/commitdiff
Add -lnet to BeOS specific libraries.
authorKurt Zeilenga <kurt@openldap.org>
Wed, 26 May 1999 20:35:31 +0000 (20:35 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 26 May 1999 20:35:31 +0000 (20:35 +0000)
configure
configure.in

index 02d0cfc72fc7ee05b331e939ed0dae0be955d675..5113ce703cc0c7129c3e35dd3b52abebd8fb14eb 100755 (executable)
--- a/configure
+++ b/configure
@@ -2832,7 +2832,7 @@ 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="-lbe -lroot $LIBS"
+LIBS="-lbe -lroot -lnet $LIBS"
 cat > conftest.$ac_ext <<EOF
 #line 2838 "configure"
 #include "confdefs.h"
@@ -2860,7 +2860,7 @@ LIBS="$ac_save_LIBS"
 fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
-  LIBS="$LIBS -lbe -lroot"
+  LIBS="$LIBS -lbe -lroot -lnet"
 else
   echo "$ac_t""no" 1>&6
 :
index a3611e755c52fea31bc10b152b8fd39661566326..c58ad764dfdf5fcd4967bee52572906a3ceb8ad2 100644 (file)
@@ -375,8 +375,8 @@ AC_AIX
 AC_ISC_POSIX
 AC_MINIX
 
-dnl BeOS requires -lbe -lroot
-AC_CHECK_LIB(be, be_app, [LIBS="$LIBS -lbe -lroot"], :, [-lroot])
+dnl BeOS requires -lbe -lroot -lnet
+AC_CHECK_LIB(be, be_app, [LIBS="$LIBS -lbe -lroot -lnet"], :, [-lroot -lnet])
 
 dnl Checks for system services
 AC_CYGWIN