summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-17 23:41:51 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-17 23:41:51 +0000
commit0769cbd75c58f2fad3c03d92ad1a6ad7487a9b1f (patch)
tree87ef52c9b67c75be9a8d8875191f9ffbbe69873d /configure
parente8ebdfe224d9604850500b3f9cdb5e5fd297dc34 (diff)
downloadmpv-0769cbd75c58f2fad3c03d92ad1a6ad7487a9b1f.tar.bz2
mpv-0769cbd75c58f2fad3c03d92ad1a6ad7487a9b1f.tar.xz
10l: Also rename configure option for gcc check.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19431 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-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)