summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-08 08:40:47 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-08 08:40:47 +0000
commit213c4ad8244a06300a9e26d17e220c02ed8ad0d9 (patch)
treeeb7106a746f2a42ea044b784ebd5f67f05e07b11 /configure
parentacc36f5a977fb9d1c75e5df8a8b17fc461ccbfc4 (diff)
downloadmpv-213c4ad8244a06300a9e26d17e220c02ed8ad0d9.tar.bz2
mpv-213c4ad8244a06300a9e26d17e220c02ed8ad0d9.tar.xz
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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24739 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2046f74e93..6ce7b43d7b 100755
--- a/configure
+++ b/configure
@@ -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`