From: Kurt Zeilenga Date: Wed, 26 May 1999 20:35:31 +0000 (+0000) Subject: Add -lnet to BeOS specific libraries. X-Git-Tag: OPENLDAP_REL_ENG_2_BP~524 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a57fbea79c00832d52698a26af480b98ca570547;p=openldap Add -lnet to BeOS specific libraries. --- diff --git a/configure b/configure index 02d0cfc72f..5113ce703c 100755 --- 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 <&6 - LIBS="$LIBS -lbe -lroot" + LIBS="$LIBS -lbe -lroot -lnet" else echo "$ac_t""no" 1>&6 : diff --git a/configure.in b/configure.in index a3611e755c..c58ad764df 100644 --- a/configure.in +++ b/configure.in @@ -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