]> granicus.if.org Git - php/commitdiff
Making ZLIB compile on Win32
authorFrank M. Kromann <fmk@php.net>
Thu, 25 May 2000 16:14:05 +0000 (16:14 +0000)
committerFrank M. Kromann <fmk@php.net>
Thu, 25 May 2000 16:14:05 +0000 (16:14 +0000)
ext/zlib/php_zlib.h

index 311f152fa05e9ed953e82747dc8b437308de166b..e63346320219103a352223489e2bc8e0747349b2 100644 (file)
@@ -28,7 +28,7 @@
 #ifndef _PHP_ZLIB_H
 #define _PHP_ZLIB_H
 
-#if COMPILE_DL
+#if COMPILE_DL_ZLIB
 #undef HAVE_ZLIB
 #define HAVE_ZLIB 1
 #endif