[MPlayer-cvslog] r24739 - trunk/configure
diego
subversion at mplayerhq.hu
Mon Oct 8 10:40:48 CEST 2007
Author: diego
Date: Mon Oct 8 10:40:47 2007
New Revision: 24739
Log:
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.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Oct 8 10:40:47 2007
@@ -1411,7 +1411,7 @@ if test "$_gcc_check" = yes ; then
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`
More information about the MPlayer-cvslog
mailing list