]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
The latest beos beta changes the string it reports, so this is needed
authorDavid Reid <dreid@apache.org>
Sun, 15 Jul 2001 10:04:35 +0000 (10:04 +0000)
committerDavid Reid <dreid@apache.org>
Sun, 15 Jul 2001 10:04:35 +0000 (10:04 +0000)
to get it building correctly again.

Submitted by:  Peter Schultz <pete@beforever.com>
Reviewed by:   david Reid <dreid@apache.org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89552 13f79535-47bb-0310-9956-ffa450edef68

src/Configure

index 36dfdf785701d4b01fda2255cff8389c3a6db66c..5ed3e2960b8d4987dc6f689c96d289d9bf456c0d 100755 (executable)
@@ -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"