summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-03-19 16:05:12 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-03-19 16:05:12 (GMT)
commit0941696c39398969805d5962106cb181e932f5ad (patch)
tree549c1d766f80e8b59645c8274fa60bb87538dff4 /unix/configure
parent8b988473d61fce3da555430eb75699a03ebcc413 (diff)
downloadtcl-0941696c39398969805d5962106cb181e932f5ad.zip
tcl-0941696c39398969805d5962106cb181e932f5ad.tar.gz
tcl-0941696c39398969805d5962106cb181e932f5ad.tar.bz2
autoconf-2.57
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure
index 13395f4..be92577 100755
--- a/unix/configure
+++ b/unix/configure
@@ -10837,7 +10837,7 @@ fi
CFLAGS_DEBUG=-g
CFLAGS_OPTIMIZE=-O
if test "$GCC" = "yes" ; then
- CFLAGS_WARNING="-Wall -Wconversion -Wno-implicit-int -Wno-strict-aliasing"
+ CFLAGS_WARNING="-Wall -Wconversion -Wno-implicit-int"
else
CFLAGS_WARNING=""
fi