From c6d977dd395262c5c8d9091519a41aebe6f40db9 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 6 Aug 2013 11:06:09 -0700 Subject: Fix long-standing visual pain point: the misalignment of './configure help' text. Whitespace changes and a couple of grammar fixes. --- ext/gettext/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/gettext') diff --git a/ext/gettext/config.m4 b/ext/gettext/config.m4 index 02d436c6e7..24dddd3a43 100644 --- a/ext/gettext/config.m4 +++ b/ext/gettext/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_WITH(gettext,for GNU gettext support, -[ --with-gettext[=DIR] Include GNU gettext support]) +[ --with-gettext[=DIR] Include GNU gettext support]) if test "$PHP_GETTEXT" != "no"; then for i in $PHP_GETTEXT /usr/local /usr; do -- cgit v1.2.1