From 213c4ad8244a06300a9e26d17e220c02ed8ad0d9 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 8 Oct 2007 08:40:47 +0000 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- cgit v1.2.3