From 289120671869980432a1e9d2c01c0953e865c34c Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 14 Jul 2003 03:58:59 +0000 Subject: [PATCH] MFH --- ext/pdf/config.m4 | 8 ++++++++ 1 file changed, 8 insertions(+) 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, [ -- 2.40.0