Fixes Zeta 1.2 detection

This commit is contained in:
Eric Petit 2006-07-14 01:49:27 +00:00
parent 3357a5bac6
commit 0a9fb635c1
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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