summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 8bac16284c..51a00edc32 100755
--- a/configure
+++ b/configure
@@ -480,10 +480,10 @@ for ac_option do
--as=*)
_as=`echo $ac_option | cut -d '=' -f 2`
;;
- --enable-gcc-checking)
+ --enable-gcc-check)
_gcc_check=yes
;;
- --disable-gcc-checking)
+ --disable-gcc-check)
_gcc_check=no
;;
--enable-static)