From 6cc8eecf5ee90573be569f152db2e3b800cdbfda Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Thu, 16 Nov 2006 19:52:27 +0000 Subject: [PATCH] * fixed my own stupid bug that did not reliably check for the legacy compiler version git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19306 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index c901eb6a41..3f5f127593 100755 --- a/configure +++ b/configure @@ -139,7 +139,7 @@ standard_gcc_settings() haikuSharedLibSupCxx= fi ;; - 2.95*) + 2.9*) # check for correct (most up-to-date) legacy compiler and complain # if an older one is installed if [ $haikuGCCVersion != $haikuRequiredLegacyGCCVersion ]; then