Mercurial > mplayer.hg
changeset 15378:9ba8e4851216
Allow more gcc 3.x and 4.x versions.
author | diego |
---|---|
date | Mon, 09 May 2005 11:53:33 +0000 |
parents | 005485a358d8 |
children | fb2f357e52ea |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon May 09 05:43:21 2005 +0000 +++ b/configure Mon May 09 11:53:33 2005 +0000 @@ -609,7 +609,7 @@ cc_version="v. ?.??, bad" cc_verc_fail=yes ;; - 2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]) + 2.95.[2-9]|2.95.[2-9][-.]*|[3-4].*) _cc_major=`echo $cc_version | cut -d '.' -f 1` _cc_minor=`echo $cc_version | cut -d '.' -f 2` _cc_mini=`echo $cc_version | cut -d '.' -f 3`