sniper          Thu Oct 17 00:21:52 2002 EDT

  Modified files:              
    /php4/ext/pdf       config.m4 
  Log:
  --with-zlib-dir was missing. Needed for phpize builds
  
  
Index: php4/ext/pdf/config.m4
diff -u php4/ext/pdf/config.m4:1.33 php4/ext/pdf/config.m4:1.34
--- php4/ext/pdf/config.m4:1.33 Wed Sep  4 14:47:23 2002
+++ php4/ext/pdf/config.m4      Thu Oct 17 00:21:52 2002
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.33 2002/09/04 18:47:23 sniper Exp $
+dnl $Id: config.m4,v 1.34 2002/10/17 04:21:52 sniper Exp $
 dnl
 
 PHP_ARG_WITH(pdflib,for PDFlib support,
@@ -11,6 +11,10 @@
 
 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,



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to