diff options
Diffstat (limited to 'ext/pspell/config.m4')
-rw-r--r-- | ext/pspell/config.m4 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/pspell/config.m4 b/ext/pspell/config.m4 index ec779502bc..59ec3a9e7f 100644 --- a/ext/pspell/config.m4 +++ b/ext/pspell/config.m4 @@ -1,8 +1,9 @@ dnl config.m4 for extension pspell -PHP_ARG_WITH(pspell,for PSPELL support, -[ --with-pspell[=DIR] Include PSPELL support. - GNU Aspell version 0.50.0 or higher required]) +PHP_ARG_WITH([pspell], + [for PSPELL support], + [AS_HELP_STRING([[--with-pspell[=DIR]]], + [Include PSPELL support. GNU Aspell version 0.50.0 or higher required])]) if test "$PHP_PSPELL" != "no"; then PHP_NEW_EXTENSION(pspell, pspell.c, $ext_shared) |