]> granicus.if.org Git - php/commitdiff
Correcting the description field.
authorJon Parise <jon@php.net>
Mon, 22 Dec 2003 06:19:01 +0000 (06:19 +0000)
committerJon Parise <jon@php.net>
Mon, 22 Dec 2003 06:19:01 +0000 (06:19 +0000)
ext/zlib/config.w32

index 5159696fd1615526f82eaf974587a7abbfcba562..0a53f5ea0a5e559e223a14e595a935fc110fae46 100644 (file)
@@ -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);
 }