sas Fri Mar 16 04:25:26 2001 EDT Modified files: (Branch: PHP_4_0_5) /php4/ext/pdf config.m4 Log: Don't do anything, if the user wants no PDF. Index: php4/ext/pdf/config.m4 diff -u php4/ext/pdf/config.m4:1.15 php4/ext/pdf/config.m4:1.15.2.1 --- php4/ext/pdf/config.m4:1.15 Sun Mar 11 17:20:13 2001 +++ php4/ext/pdf/config.m4 Fri Mar 16 04:25:25 2001 @@ -1,4 +1,4 @@ -dnl $Id: config.m4,v 1.15 2001/03/12 01:20:13 sniper Exp $ +dnl $Id: config.m4,v 1.15.2.1 2001/03/16 12:25:25 sas Exp $ PHP_ARG_WITH(pdflib,whether to include PDFlib support, [ --with-pdflib[=DIR] Include pdflib 3.x support. DIR is the pdflib @@ -25,6 +25,8 @@ AC_ADD_LIBRARY(png) AC_ADD_LIBRARY(jpeg) AC_ADD_LIBRARY(z) + ;; + no) ;; *) test -f $withval/include/pdflib.h && PDFLIB_INCLUDE="$withval/include" -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]