summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorstwo@users.sourceforge.net <stwo>2009-04-14 19:25:09 (GMT)
committerstwo@users.sourceforge.net <stwo>2009-04-14 19:25:09 (GMT)
commit477a56e15a88b45972636b8c65d6f1c4949229fb (patch)
tree95b6fd3d2f33b1fce8caa63ac8590150ffb559e0 /unix
parent286c123eb90fdd15f1a42f5376e4c112464736d2 (diff)
downloadtcl-477a56e15a88b45972636b8c65d6f1c4949229fb.zip
tcl-477a56e15a88b45972636b8c65d6f1c4949229fb.tar.gz
tcl-477a56e15a88b45972636b8c65d6f1c4949229fb.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