changeset 19857:1f1671bc9ab2

The recent renaming of the gcc-checking switches to gcc-check was incomplete. patch by Timo Kanera, timo kanera de
author diego
date Sat, 16 Sep 2006 21:21:41 +0000
parents b4cb97ef9d20
children 309640f57902
files configure
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Sep 16 19:01:56 2006 +0000
+++ b/configure	Sat Sep 16 21:21:41 2006 +0000
@@ -404,7 +404,7 @@
   --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 @@
 
 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 @@
   --cc=*) ;;
   --host-cc=*) ;;
   --as=*) ;;
-  --enable-gcc-checking) ;;
-  --disable-gcc-checking) ;;
+  --enable-gcc-check) ;;
+  --disable-gcc-check) ;;
   --enable-static*) ;;
   --disable-static*) ;;
   --with-extraincdir=*) ;;