summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-07-14 03:58:31 +0000
committerfoobar <sniper@php.net>2003-07-14 03:58:31 +0000
commit9933944e01eca44b11e130c80587ae753e72e468 (patch)
tree04464836dc20349764ac5dd3c592185a4bd45f2e
parentc2b21f7098fd4746f362761c5e1d4f546b11a8b2 (diff)
downloadphp-git-9933944e01eca44b11e130c80587ae753e72e468.tar.gz
Added comment
-rw-r--r--ext/pdf/config.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pdf/config.m4 b/ext/pdf/config.m4
index 44a2c24b6c..3c8cee6596 100644
--- a/ext/pdf/config.m4
+++ b/ext/pdf/config.m4
@@ -90,6 +90,8 @@ if test "$PHP_PDFLIB" != "no"; then
dnl #
dnl # The main PDFlib configure
dnl #
+
+ dnl # MacOSX requires this
case $host_alias in
*darwin*)
PHP_ADD_FRAMEWORK(CoreServices)