From 0881444263bbab5f710e400b621269e303a96d12 Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Tue, 25 May 1999 18:52:45 +0000
Subject: [PATCH] BeOS comment was incorrect.

---
 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.in b/configure.in
index df1d83a08a..83f66d09a1 100644
--- a/configure.in
+++ b/configure.in
@@ -373,7 +373,7 @@ AC_AIX
 AC_ISC_POSIX
 AC_MINIX
 
-dnl BeOS requires -lbe -lroot -lnet
+dnl BeOS requires -lbe -lroot
 AC_CHECK_LIB(be, be_app, [LIBS="$LIBS -lbe -lroot"], :, [-lroot])
 
 dnl Checks for system services
-- 
GitLab