Patch for bug #24183

This commit is contained in:
Dan Kalowsky 2003-07-11 13:08:45 +00:00
parent 939ab68637
commit bc2086b11e

View file

@ -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)