From a57fbea79c00832d52698a26af480b98ca570547 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 26 May 1999 20:35:31 +0000 Subject: [PATCH] Add -lnet to BeOS specific libraries. --- configure | 4 ++-- configure.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.5