diff options
| author | Peter Kokot <peterkokot@gmail.com> | 2019-03-07 20:38:04 +0100 |
|---|---|---|
| committer | Peter Kokot <peterkokot@gmail.com> | 2019-03-07 20:38:04 +0100 |
| commit | d0fd9fe977b07c497e927eeb50b115c5cd40fdc7 (patch) | |
| tree | e1350d23fcee789d7364d7040cf1a97d115f26f8 /sapi/apache2handler | |
| parent | a2343d1a40462cb7090ccc81223d753cb289348e (diff) | |
| parent | 9df6a1e4dd84a39bfaec70d7d008b61f7bbae347 (diff) | |
| download | php-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.m4 | 9 |
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]) |
