Mercurial > mplayer.hg
changeset 24711:fcbfa3e89fa6
Remove the check for specific gcc versions, because:
- It was never updated to check for more recent gcc versions and
- using specific gcc versions is likely not a good idea in the first place,
it effectively changes the user's choice of default compiler.
author | diego |
---|---|
date | Mon, 08 Oct 2007 08:40:47 +0000 |
parents | 0cab1e6131a4 |
children | 0ea436074950 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Oct 08 08:40:08 2007 +0000 +++ b/configure Mon Oct 08 08:40:47 2007 +0000 @@ -1411,7 +1411,7 @@ esac echores "$cc_version" else - for _cc in "$_cc" gcc gcc-3.4 gcc-3.3 gcc-3.2 gcc-3.1 gcc3 gcc-3.0 cc ; do + for _cc in "$_cc" gcc cc ; do echocheck "$_cc version" cc_vendor=gnu cc_name=`$_cc -v 2>&1 | _tail 1 | cut -d ' ' -f 1`