diff options
Diffstat (limited to 'ext/zip/config.w32')
| -rw-r--r-- | ext/zip/config.w32 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/zip/config.w32 b/ext/zip/config.w32 index a68e0505a..f0bc4c6db 100644 --- a/ext/zip/config.w32 +++ b/ext/zip/config.w32 @@ -1,4 +1,4 @@ -// $Id: config.w32,v 1.1.2.1 2006/11/03 16:46:18 pajoye Exp $ +// $Id: config.w32,v 1.1.2.4 2008/01/14 03:19:41 cellog Exp $ // vim:ft=javascript ARG_ENABLE("zip", "ZIP support", "no"); @@ -31,6 +31,7 @@ if (PHP_ZIP != "no") { AC_DEFINE('HAVE_ZLIB', 1); AC_DEFINE('HAVE_ZIP', 1); + ADD_FLAG("CFLAGS_ZIP", "/D PHP_ZIP_EXPORTS "); } else { WARNING("zip not enabled; libraries and headers not found"); } |
