From: Sascha Schumann Date: Fri, 16 Mar 2001 12:23:31 +0000 (+0000) Subject: Don't do anything, if the user wants no PDF. X-Git-Tag: php-4.0.6RC1~679 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59eb57e42afe74605fcc6d4795e79fdcfc8833a7;p=php Don't do anything, if the user wants no PDF. --- diff --git a/ext/pdf/config.m4 b/ext/pdf/config.m4 index 43e0b18e83..ff862cbe62 100644 --- a/ext/pdf/config.m4 +++ b/ext/pdf/config.m4 @@ -26,6 +26,8 @@ PHP_ARG_WITH(pdflib,whether to include PDFlib support, AC_ADD_LIBRARY(jpeg) AC_ADD_LIBRARY(z) ;; + no) + ;; *) test -f $withval/include/pdflib.h && PDFLIB_INCLUDE="$withval/include" if test -n "$PDFLIB_INCLUDE" ; then