From 55cab460a9522ffa992331d78e340fd6f4cfa3dd Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 1 May 2008 17:32:52 +0000 Subject: Remove --disable-gcc-check option and related code. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26639 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'configure') diff --git a/configure b/configure index e6a6b63726..8681c280b1 100755 --- a/configure +++ b/configure @@ -433,9 +433,6 @@ Advanced options: --enable-crash-debug enable automatic gdb attach on crash [disable] --enable-dynamic-plugins enable dynamic A/V plugins [disable] -Hazardous options AKA "DO NOT REPORT ANY BUGS!" - --disable-gcc-check disable gcc version checking [enable] - Use these options if autodetection fails (Options marked with (*) accept multiple paths separated by ':'): --extra-libs=FLAGS extra linker flags @@ -484,7 +481,6 @@ _windres=windres _cc=cc _ar=ar test "$CC" && _cc="$CC" -_gcc_check=yes _as=auto _runtime_cpudetection=no _cross_compile=auto @@ -806,8 +802,6 @@ for ac_option do --disable-debug) _debug= ;; - --enable-gcc-check) _gcc_check=yes ;; - --disable-gcc-check) _gcc_check=no ;; --enable-runtime-cpudetection) _runtime_cpudetection=yes ;; --disable-runtime-cpudetection) _runtime_cpudetection=no ;; --enable-cross-compile) _cross_compile=yes ;; @@ -1409,7 +1403,6 @@ else fi # Checking CC version... -if test "$_gcc_check" = yes ; then # Intel C++ Compilers (no autoselect, use CC=/some/binary ./configure) if test "`basename $_cc`" = "icc" || test "`basename $_cc`" = "ecc"; then echocheck "$_cc version" @@ -1488,30 +1481,7 @@ bugs! EOF die "Bad gcc version" fi -else -cat <