summaryrefslogtreecommitdiff
path: root/sapi/apache2handler/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/apache2handler/config.m4')
-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 1e6916f602..d1d92db21f 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])