mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
This extension works with pdflib 4.x too..
This commit is contained in:
parent
a694b4b206
commit
97a98c6888
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ dnl $Id$
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
PHP_ARG_WITH(pdflib,whether to include PDFlib support,
|
PHP_ARG_WITH(pdflib,whether to include PDFlib support,
|
||||||
[ --with-pdflib[=DIR] Include pdflib 3.x support. DIR is the pdflib
|
[ --with-pdflib[=DIR] Include PDFlib support. DIR is the pdflib
|
||||||
base install directory, defaults to /usr/local
|
base install directory, defaults to /usr/local
|
||||||
Set DIR to "shared" to build as dl, or "shared,DIR"
|
Set DIR to "shared" to build as dl, or "shared,DIR"
|
||||||
to build as dl and still specify DIR.])
|
to build as dl and still specify DIR.])
|
||||||
|
@ -111,7 +111,7 @@ if test "$PHP_PDFLIB" != "no"; then
|
||||||
PHP_ADD_LIBRARY_WITH_PATH(pdf, $PHP_PDFLIB/lib, PDFLIB_SHARED_LIBADD)
|
PHP_ADD_LIBRARY_WITH_PATH(pdf, $PHP_PDFLIB/lib, PDFLIB_SHARED_LIBADD)
|
||||||
PHP_ADD_INCLUDE($PDFLIB_INCLUDE)
|
PHP_ADD_INCLUDE($PDFLIB_INCLUDE)
|
||||||
],[
|
],[
|
||||||
AC_MSG_ERROR(pdflib extension requires pdflib 3.x.)
|
AC_MSG_ERROR(pdflib extension requires at least pdflib 3.x.)
|
||||||
],[
|
],[
|
||||||
-L$PHP_PDFLIB/lib
|
-L$PHP_PDFLIB/lib
|
||||||
])
|
])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue