From 0a9fb635c12963cc7abdf239cf0faeb5bea762d0 Mon Sep 17 00:00:00 2001 From: Eric Petit Date: Fri, 14 Jul 2006 01:49:27 +0000 Subject: [PATCH] Fixes Zeta 1.2 detection --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5f5f860a5..3d8089049 100755 --- a/configure +++ b/configure @@ -246,7 +246,7 @@ case $SYSTEM in BeOS) RELEASE=`uname -r` case $RELEASE in - 6.0*|5.0.4) # Zeta or R5 / BONE beta 7 + 6.*|5.0.4) # Zeta or R5 / BONE beta 7 ;; 5.0*) # R5 / net_server BEOS_NETSERVER=yes