We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f49ab2 commit f5a8e15Copy full SHA for f5a8e15
ext/pdf/config.m4
@@ -3,7 +3,7 @@ dnl $Id$
3
dnl
4
5
PHP_ARG_WITH(pdflib,whether to include PDFlib support,
6
-[ --with-pdflib[=DIR] Include pdflib 3.x support. DIR is the pdflib
+[ --with-pdflib[=DIR] Include PDFlib support. DIR is the pdflib
7
base install directory, defaults to /usr/local
8
Set DIR to "shared" to build as dl, or "shared,DIR"
9
to build as dl and still specify DIR.])
@@ -111,7 +111,7 @@ if test "$PHP_PDFLIB" != "no"; then
111
PHP_ADD_LIBRARY_WITH_PATH(pdf, $PHP_PDFLIB/lib, PDFLIB_SHARED_LIBADD)
112
PHP_ADD_INCLUDE($PDFLIB_INCLUDE)
113
],[
114
- AC_MSG_ERROR(pdflib extension requires pdflib 3.x.)
+ AC_MSG_ERROR(pdflib extension requires at least pdflib 3.x.)
115
116
-L$PHP_PDFLIB/lib
117
])
0 commit comments