diff options
author | foobar <sniper@php.net> | 2003-07-14 03:58:31 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-07-14 03:58:31 +0000 |
commit | 9933944e01eca44b11e130c80587ae753e72e468 (patch) | |
tree | 04464836dc20349764ac5dd3c592185a4bd45f2e | |
parent | c2b21f7098fd4746f362761c5e1d4f546b11a8b2 (diff) | |
download | php-git-9933944e01eca44b11e130c80587ae753e72e468.tar.gz |
Added comment
-rw-r--r-- | ext/pdf/config.m4 | 2 |
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) |