summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-01 17:32:52 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-01 17:32:52 +0000
commit55cab460a9522ffa992331d78e340fd6f4cfa3dd (patch)
tree8be8f8cd5bca65a149c5469c3bedf28ec1f45701 /configure
parentc712ce663209ce86f380f398597898b2399cf605 (diff)
downloadmpv-55cab460a9522ffa992331d78e340fd6f4cfa3dd.tar.bz2
mpv-55cab460a9522ffa992331d78e340fd6f4cfa3dd.tar.xz
Remove --disable-gcc-check option and related code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26639 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure30
1 files changed, 0 insertions, 30 deletions
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 <<EOF
-
-******************************************************************************
-
-Hmm. You really want to compile MPlayer with an *UNSUPPORTED* C compiler?
-Ok. You know. Do it.
-
-DO NOT SEND BUGREPORTS OR COMPLAIN, it's *YOUR* compiler's fault!
-Get ready for mysterious crashes, no-picture bugs, strange noises... REALLY!
-Lame which is used by mencoder produces weird errors, too.
-
-If you have any problem, install a GCC 2.95.x or 3.x version and try again.
-If the problem _still_ exists, then read DOCS/HTML/en/bugreports.html !
- *** DO NOT SEND BUG REPORTS OR COMPLAIN it's *YOUR* compiler's fault! ***
-
-******************************************************************************
-
-EOF
-
-read _answer
-
-fi
echocheck "host cc"
test "$_host_cc" || _host_cc=$_cc
echores $_host_cc