summaryrefslogtreecommitdiff
path: root/ext/zlib
diff options
context:
space:
mode:
authorJon Parise <jon@php.net>2003-12-22 06:19:01 +0000
committerJon Parise <jon@php.net>2003-12-22 06:19:01 +0000
commit85735c23c6161fadcea2edf82c17c328bdb5533f (patch)
tree800faa87bf71acb1717d6d05b53eb32a80ac2abf /ext/zlib
parent1dc6e59dcc18b50b1cb3aafc202fb3d13669e970 (diff)
downloadphp-git-85735c23c6161fadcea2edf82c17c328bdb5533f.tar.gz
Correcting the description field.
Diffstat (limited to 'ext/zlib')
-rw-r--r--ext/zlib/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/config.w32 b/ext/zlib/config.w32
index 5159696fd1..0a53f5ea0a 100644
--- a/ext/zlib/config.w32
+++ b/ext/zlib/config.w32
@@ -5,7 +5,7 @@ ARG_ENABLE("zlib", "ZLIB support", "yes");
if (PHP_ZLIB == "yes") {
EXTENSION("zlib", "zlib.c zlib_fopen_wrapper.c", null, "/D ZLIB_EXPORTS");
- AC_DEFINE("HAVE_ZLIB", 1, "Tokenizer support");
+ AC_DEFINE("HAVE_ZLIB", 1, "ZLIB support");
CHECK_LIB("zlib.lib", "zlib", "..\\zlib;" + php_usual_lib_suspects);
CHECK_HEADER_ADD_INCLUDE("zlib.h", "CFLAGS", "..\\zlib;" + php_usual_include_suspects);
}