diff options
author | das <das> | 2008-12-14 15:10:38 (GMT) |
---|---|---|
committer | das <das> | 2008-12-14 15:10:38 (GMT) |
commit | bd55b3a2a17cc2836db9251377e84a5cdeb49936 (patch) | |
tree | 4c681e7e93521dc650bc2fd7aebedf0aced5ced9 /unix | |
parent | c29cb5899da9fe432c45c9f06e40725978f7e3ec (diff) | |
download | tcl-bd55b3a2a17cc2836db9251377e84a5cdeb49936.zip tcl-bd55b3a2a17cc2836db9251377e84a5cdeb49936.tar.gz tcl-bd55b3a2a17cc2836db9251377e84a5cdeb49936.tar.bz2 |
autoheader-2.59
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tclConfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 341e47f..c665bda 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -244,6 +244,9 @@ /* Is weak import available? */ #undef HAVE_WEAK_IMPORT +/* Is there an installed zlib? */ +#undef HAVE_ZLIB + /* Is this a Mac I see before me? */ #undef MAC_OSX_TCL |