mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +00:00
Fix BeOS gcc check with gcc >=3
This commit is contained in:
parent
b11f8ca295
commit
e22504604c
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -257,7 +257,7 @@ case $SYSTEM in
|
|||
exit 1
|
||||
;;
|
||||
esac
|
||||
GCCVER=`$CC --version`
|
||||
GCCVER=`$CC -dumpversion`
|
||||
case $GCCVER in
|
||||
2.95.3*|3*|4*)
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue