From: foobar Date: Mon, 14 Jul 2003 03:58:59 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.3.3RC2~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=289120671869980432a1e9d2c01c0953e865c34c;p=php MFH --- diff --git a/ext/pdf/config.m4 b/ext/pdf/config.m4 index f0ded5004d..3c8cee6596 100644 --- a/ext/pdf/config.m4 +++ b/ext/pdf/config.m4 @@ -91,6 +91,14 @@ if test "$PHP_PDFLIB" != "no"; then dnl # The main PDFlib configure dnl # + dnl # MacOSX requires this + case $host_alias in + *darwin*) + PHP_ADD_FRAMEWORK(CoreServices) + PHP_ADD_FRAMEWORK(ApplicationServices) + ;; + esac + case $PHP_PDFLIB in yes) AC_CHECK_LIB(pdf, PDF_show_boxed, [