From 1b000e76cd14222f6e24aaa7f9e4f0ddac87ac0e Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 15 Jul 2001 10:04:35 +0000 Subject: [PATCH] The latest beos beta changes the string it reports, so this is needed to get it building correctly again. Submitted by: Peter Schultz Reviewed by: david Reid git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89552 13f79535-47bb-0310-9956-ffa450edef68 --- src/Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Configure b/src/Configure index 36dfdf78570..5ed3e2960b8 100755 --- a/src/Configure +++ b/src/Configure @@ -791,7 +791,7 @@ case "$PLAT" in *-BeOS*) PLATOSVER=`uname -r` case "$PLATOSVER" in - 5.1*) + 5.0.4*) OS="BeOS BONE" LIBS="-lbind -lsocket -lbe -lroot" CFLAGS="$CFLAGS -DBONE" -- 2.47.2