summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-08-06 11:09:12 -0700
committerChristopher Jones <sixd@php.net>2013-08-06 11:09:12 -0700
commit4c3c9d1fe585abaa59213dedd04996b8fb9f041a (patch)
tree3f6dda672937d0ca8b628c37ce831d07416a07b1 /configure.in
parentdb610ba050cdc44c3c0d7c1c9ce81a2a17f5d087 (diff)
parentc6d977dd395262c5c8d9091519a41aebe6f40db9 (diff)
downloadphp-git-4c3c9d1fe585abaa59213dedd04996b8fb9f041a.tar.gz
Merge branch 'PHP-5.5'
* PHP-5.5: Fix long-standing visual pain point: the misalignment of './configure help' text. Whitespace changes and a couple of grammar fixes.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 51beea025f..24779ee2d4 100644
--- a/configure.in
+++ b/configure.in
@@ -1006,7 +1006,7 @@ dnl Check if all enabled by default extensions should be disabled
dnl
AC_ARG_ENABLE(all,
-[ --disable-all Disable all extensions which are enabled by default
+[ --disable-all Disable all extensions which are enabled by default
], [
PHP_ENABLE_ALL=$enableval
])