summaryrefslogtreecommitdiff
path: root/sapi/apache2handler
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 /sapi/apache2handler
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 'sapi/apache2handler')
-rw-r--r--sapi/apache2handler/config.m49
1 files changed, 6 insertions, 3 deletions
diff --git a/sapi/apache2handler/config.m4 b/sapi/apache2handler/config.m4
index aa7f7c820b..6b3370f930 100644
--- a/sapi/apache2handler/config.m4
+++ b/sapi/apache2handler/config.m4
@@ -1,8 +1,11 @@
dnl config.m4 for sapi apache2handler
-PHP_ARG_WITH(apxs2,,
-[ --with-apxs2[=FILE] Build shared Apache 2.0 Handler module. FILE is the optional
- pathname to the Apache apxs tool [apxs]], no, no)
+PHP_ARG_WITH([apxs2],,
+ [AS_HELP_STRING([[--with-apxs2[=FILE]]],
+ [Build shared Apache 2.0 Handler module. FILE is the optional pathname to
+ the Apache apxs tool [apxs]])],
+ [no],
+ [no])
AC_MSG_CHECKING([for Apache 2.0 handler-module support via DSO through APXS])