summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-06-14 04:35:47 +0000
committerfoobar <sniper@php.net>2001-06-14 04:35:47 +0000
commitf5a8e151c9f755b0fcfe06365946277d603238b3 (patch)
tree84a29a343e5c206aa54c768483d630a98aadccc2
parent8f49ab2f9a6002db2f9bffa3077ec7059203e97e (diff)
downloadphp-git-f5a8e151c9f755b0fcfe06365946277d603238b3.tar.gz
MFH
-rw-r--r--ext/pdf/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdf/config.m4 b/ext/pdf/config.m4
index 7e14467182..8fc4ec930b 100644
--- a/ext/pdf/config.m4
+++ b/ext/pdf/config.m4
@@ -3,7 +3,7 @@ dnl $Id$
dnl
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
Set DIR to "shared" to build as dl, or "shared,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_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
])