From 8c8249c00598bddc2ca0e4c14545c0cdb699c39d Mon Sep 17 00:00:00 2001 From: Ben Collins Date: Tue, 4 May 1999 12:33:21 +0000 Subject: [PATCH] Added -lnet for BeOS libs. Also need to add some sort of workaround for inet_aton() since BeOS does not have this call. --- configure | 4 ++-- configure.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 7c88e31f8d..eb3dc6f935 100755 --- a/configure +++ b/configure @@ -2803,7 +2803,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 8fa745d166..89672c1a52 100644 --- a/configure.in +++ b/configure.in @@ -369,8 +369,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