diff options
author | nijtmans <nijtmans> | 2010-11-18 23:15:18 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-11-18 23:15:18 (GMT) |
commit | b5934db8a3f647cc07e6c0119e3229044b431f3c (patch) | |
tree | ece5b56a22873f6b77471f27d2b83f5a00378381 /win/configure | |
parent | f28ef85d5042bec36c50cd1cffae54933cc04cfc (diff) | |
download | tcl-b5934db8a3f647cc07e6c0119e3229044b431f3c.zip tcl-b5934db8a3f647cc07e6c0119e3229044b431f3c.tar.gz tcl-b5934db8a3f647cc07e6c0119e3229044b431f3c.tar.bz2 |
Set NO_VIZ=1 when zlib is compiled in libtcl,
this resolves compiler warnings in 64-bit and static builds.
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win/configure b/win/configure index 4ea242c..472ad1b 100755 --- a/win/configure +++ b/win/configure @@ -4527,6 +4527,10 @@ else ZLIB_OBJS=\${ZLIB_OBJS} + cat >>confdefs.h <<_ACEOF +#define NO_VIZ 1 +_ACEOF + fi |