mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Patch for bug #24183
This commit is contained in:
parent
939ab68637
commit
bc2086b11e
1 changed files with 6 additions and 0 deletions
|
@ -93,6 +93,12 @@ if test "$PHP_PDFLIB" != "no"; then
|
|||
|
||||
case $PHP_PDFLIB in
|
||||
yes)
|
||||
case $host_alias in
|
||||
*darwin*)
|
||||
PHP_ADD_FRAMEWORK(CoreServices)
|
||||
PHP_ADD_FRAMEWORK(ApplicationServices)
|
||||
;;
|
||||
esac
|
||||
AC_CHECK_LIB(pdf, PDF_show_boxed, [
|
||||
AC_DEFINE(HAVE_PDFLIB,1,[ ])
|
||||
PHP_ADD_LIBRARY(pdf,, PDF_SHARED_LIBADD)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue