gcc 2.95.3-10 (cygwin) is detected as bad, which it shouldn't.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7887 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2002-10-23 23:12:09 +00:00
parent f850053f2c
commit cccc5f029a
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -422,7 +422,7 @@ if test "$_skip_cc_check" != yes ; then
cc_version="v. ?.??, bad"
cc_verc_fail=yes
;;
2.95.[2-9]|2.95.[2-9][-.][0-9]|3.[0-9]|3.[0-9].[0-9])
2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9])
cc_version="$cc_version, ok"
cc_verc_fail=no
;;