Fix BeOS gcc check with gcc >=3

This commit is contained in:
Eric Petit 2006-08-20 02:22:48 +00:00
parent b11f8ca295
commit e22504604c
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -257,7 +257,7 @@ case $SYSTEM in
exit 1 exit 1
;; ;;
esac esac
GCCVER=`$CC --version` GCCVER=`$CC -dumpversion`
case $GCCVER in case $GCCVER in
2.95.3*|3*|4*) 2.95.3*|3*|4*)
;; ;;