From 51abf2fcc3eb8792452faa2e0293f846e4323769 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sat, 14 Jun 2003 08:16:10 +0000 Subject: add support for strange beos gcc version strings svn-id: r8462 --- configure | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 09ae94c3e0..a0c11f31e1 100755 --- a/configure +++ b/configure @@ -200,6 +200,13 @@ case $cxx_version in cxx_version="$cxx_version, ok" cxx_verc_fail=no ;; + # whacky beos version strings + 2.9-beos-991026*|2.9-beos-000224*) + _cxx_major=2 + _cxx_minor=95 + cxx_version="$cxx_version, ok" + cxx_verc_fail=no + ;; 'not found') cxx_verc_fail=yes ;; -- cgit v1.2.3