]> granicus.if.org Git - php/commitdiff
--with-zlib-dir was missing. Needed for phpize builds
authorfoobar <sniper@php.net>
Thu, 17 Oct 2002 04:21:53 +0000 (04:21 +0000)
committerfoobar <sniper@php.net>
Thu, 17 Oct 2002 04:21:53 +0000 (04:21 +0000)
ext/pdf/config.m4

index ce77ba291098b310ede64f85807c9d14e7ed5a1b..e0f40d33270fda46fb46998156724ea31877e8de 100644 (file)
@@ -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.