summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorstwo <stwo>2009-04-14 19:25:09 (GMT)
committerstwo <stwo>2009-04-14 19:25:09 (GMT)
commit131b64e7f82f637f5460f99063549aaa133f8057 (patch)
tree95b6fd3d2f33b1fce8caa63ac8590150ffb559e0 /unix
parent4eb0b174fc36990292c361e64c470963fcb0d75b (diff)
downloadtcl-131b64e7f82f637f5460f99063549aaa133f8057.zip
tcl-131b64e7f82f637f5460f99063549aaa133f8057.tar.gz
tcl-131b64e7f82f637f5460f99063549aaa133f8057.tar.bz2
Regen unix/configure
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure
index abc4554..be9e123 100755
--- a/unix/configure
+++ b/unix/configure
@@ -2576,7 +2576,7 @@ fi
CFLAGS_DEBUG=-g
CFLAGS_OPTIMIZE=-O
if test "$GCC" = "yes" ; then
- CFLAGS_WARNING="-Wall -Wno-implicit-int -fno-strict-aliasing"
+ CFLAGS_WARNING="-Wall -fno-strict-aliasing"
else
CFLAGS_WARNING=""
fi