Skip to content

Commit f5a8e15

Browse files
author
foobar
committed
MFH
1 parent 8f49ab2 commit f5a8e15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/pdf/config.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dnl $Id$
33
dnl
44

55
PHP_ARG_WITH(pdflib,whether to include PDFlib support,
6-
[ --with-pdflib[=DIR] Include pdflib 3.x support. DIR is the pdflib
6+
[ --with-pdflib[=DIR] Include PDFlib support. DIR is the pdflib
77
base install directory, defaults to /usr/local
88
Set DIR to "shared" to build as dl, or "shared,DIR"
99
to build as dl and still specify DIR.])
@@ -111,7 +111,7 @@ if test "$PHP_PDFLIB" != "no"; then
111111
PHP_ADD_LIBRARY_WITH_PATH(pdf, $PHP_PDFLIB/lib, PDFLIB_SHARED_LIBADD)
112112
PHP_ADD_INCLUDE($PDFLIB_INCLUDE)
113113
],[
114-
AC_MSG_ERROR(pdflib extension requires pdflib 3.x.)
114+
AC_MSG_ERROR(pdflib extension requires at least pdflib 3.x.)
115115
],[
116116
-L$PHP_PDFLIB/lib
117117
])

0 commit comments

Comments
 (0)