summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-16 21:21:41 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-16 21:21:41 +0000
commitd5e203a52cd81c14fb72ad4838bb5fbe9875162f (patch)
tree5c497b011efea39292e91a212b202161dd59799e /configure
parent5cdc829b9f2ca39f6032ddbeafbc27ca51d7b2fc (diff)
downloadmpv-d5e203a52cd81c14fb72ad4838bb5fbe9875162f.tar.bz2
mpv-d5e203a52cd81c14fb72ad4838bb5fbe9875162f.tar.xz
The recent renaming of the gcc-checking switches to gcc-check was incomplete.
patch by Timo Kanera, timo kanera de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19863 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index a71580c6fa..87e9dd7d08 100755
--- a/configure
+++ b/configure
@@ -404,7 +404,7 @@ Advanced options:
--enable-dynamic-plugins Enable support for dynamic a/v plugins [disable]
Hazardous options a.k.a. "DO NOT REPORT ANY BUGS!"
- --disable-gcc-checking disable gcc version checking [enable]
+ --disable-gcc-check disable gcc version checking [enable]
Use these options if autodetection fails (Options marked with (*) accept
multiple paths separated by ':'):
@@ -743,7 +743,7 @@ if test "$_gcc_check" = yes ; then
You are not using a supported compiler. We do not have the time to make sure
everything works with compilers other than the ones we use. Use either the
-same compiler as we do, or use --disable-gcc-checking but DO *NOT* REPORT BUGS
+same compiler as we do, or use --disable-gcc-check but DO *NOT* REPORT BUGS
unless you can reproduce them after recompiling with a 2.95.x or 3.x version!
Note for gcc 2.96 users: Some versions of this compiler are known to miscompile
@@ -1725,8 +1725,8 @@ for ac_option do
--cc=*) ;;
--host-cc=*) ;;
--as=*) ;;
- --enable-gcc-checking) ;;
- --disable-gcc-checking) ;;
+ --enable-gcc-check) ;;
+ --disable-gcc-check) ;;
--enable-static*) ;;
--disable-static*) ;;
--with-extraincdir=*) ;;