summaryrefslogtreecommitdiff
path: root/ext/pdf
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-10-17 04:21:53 +0000
committerfoobar <sniper@php.net>2002-10-17 04:21:53 +0000
commitd1c252b48b2fa30a4bee1558601ccbd49f26a6c5 (patch)
tree9fcd587f2811a2951c5fed43e313ba0f3f0baa40 /ext/pdf
parent47b57f256995302ab968b4c94252dd22283fe0d0 (diff)
downloadphp-git-d1c252b48b2fa30a4bee1558601ccbd49f26a6c5.tar.gz
--with-zlib-dir was missing. Needed for phpize builds
Diffstat (limited to 'ext/pdf')
-rw-r--r--ext/pdf/config.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/pdf/config.m4 b/ext/pdf/config.m4
index ce77ba2910..e0f40d3327 100644
--- a/ext/pdf/config.m4
+++ b/ext/pdf/config.m4
@@ -12,6 +12,10 @@ PHP_ARG_WITH(jpeg-dir, for the location of libjpeg,
PHP_ARG_WITH(png-dir, for the location of libpng,
[ --with-png-dir[=DIR] PDFLIB: define libpng install directory.
(OPTIONAL for PDFlib v4)], no, no)
+
+PHP_ARG_WITH(zlib-dir, for the location of libz,
+[ --with-zlib-dir[=DIR] PDFLIB: define libz install directory.
+ (OPTIONAL for PDFlib v4)], no, no)
PHP_ARG_WITH(tiff-dir, for the location of libtiff,
[ --with-tiff-dir[=DIR] PDFLIB: define libtiff install directory.