summaryrefslogtreecommitdiff
path: root/ext/gettext/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gettext/config.m4')
-rw-r--r--ext/gettext/config.m46
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/gettext/config.m4 b/ext/gettext/config.m4
index 63691e61f9..5f9ee32fa7 100644
--- a/ext/gettext/config.m4
+++ b/ext/gettext/config.m4
@@ -1,7 +1,9 @@
dnl config.m4 for extension gettext
-PHP_ARG_WITH(gettext,for GNU gettext support,
-[ --with-gettext[=DIR] Include GNU gettext support])
+PHP_ARG_WITH([gettext],
+ [for GNU gettext support],
+ [AS_HELP_STRING([[--with-gettext[=DIR]]],
+ [Include GNU gettext support])])
if test "$PHP_GETTEXT" != "no"; then
for i in $PHP_GETTEXT /usr/local /usr; do