diff options
Diffstat (limited to 'ext/pfpro')
-rw-r--r-- | ext/pfpro/config.m4 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/pfpro/config.m4 b/ext/pfpro/config.m4 index fac40cdca9..9d25a0a34e 100644 --- a/ext/pfpro/config.m4 +++ b/ext/pfpro/config.m4 @@ -1,8 +1,9 @@ +dnl dnl $Id$ -dnl config.m4 for extension pfpro +dnl -PHP_ARG_WITH(pfpro, whether to include Verisign Payflow Pro support, -[ --with-pfpro[=DIR] Include Verisign Payflow Pro support]) +PHP_ARG_WITH(pfpro, for Verisign Payflow Pro support, +[ --with-pfpro[=DIR] Include Verisign Payflow Pro support.]) if test "$PHP_PFPRO" != "no"; then PFPRO_LIB=libpfpro.so |