From 1213a0db755aad909c2641d19f020654acab227d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sat, 26 Aug 2006 14:25:11 +0000 Subject: [PATCH] newer versions of ZETA advertise version 6.0 git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18645 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 24440a4e5f..05c55a48c5 100755 --- a/configure +++ b/configure @@ -249,6 +249,7 @@ case "${platform}" in 5.1) buildPlatform=dano ;; 5.0.4) buildPlatform=bone ;; 5.0*) buildPlatform=r5 ;; + 6.*) buildPlatform=dano ;; *) echo Unknown BeOS version: $revision exit 1 ;; esac