summaryrefslogtreecommitdiff
path: root/ext/pspell/config.m4
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-03-07 20:38:04 +0100
committerPeter Kokot <peterkokot@gmail.com>2019-03-07 20:38:04 +0100
commitd0fd9fe977b07c497e927eeb50b115c5cd40fdc7 (patch)
treee1350d23fcee789d7364d7040cf1a97d115f26f8 /ext/pspell/config.m4
parenta2343d1a40462cb7090ccc81223d753cb289348e (diff)
parent9df6a1e4dd84a39bfaec70d7d008b61f7bbae347 (diff)
downloadphp-git-d0fd9fe977b07c497e927eeb50b115c5cd40fdc7.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Add AS_HELP_STRING to *nix build configure options
Diffstat (limited to 'ext/pspell/config.m4')
-rw-r--r--ext/pspell/config.m47
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)