* 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
This commit is contained in:
Oliver Tappe
2006-11-16 19:52:27 +00:00
parent c095e877d8
commit 6cc8eecf5e
Vendored
+1 -1
View File
@@ -139,7 +139,7 @@ standard_gcc_settings()
haikuSharedLibSupCxx= haikuSharedLibSupCxx=
fi fi
;; ;;
2.95*) 2.9*)
# check for correct (most up-to-date) legacy compiler and complain # check for correct (most up-to-date) legacy compiler and complain
# if an older one is installed # if an older one is installed
if [ $haikuGCCVersion != $haikuRequiredLegacyGCCVersion ]; then if [ $haikuGCCVersion != $haikuRequiredLegacyGCCVersion ]; then