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