summaryrefslogtreecommitdiff
path: root/ext/hash
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 /ext/hash
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 'ext/hash')
-rw-r--r--ext/hash/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hash/config.m4 b/ext/hash/config.m4
index 79ac25e19f..44c6d267bc 100644
--- a/ext/hash/config.m4
+++ b/ext/hash/config.m4
@@ -2,7 +2,7 @@ dnl $Id$
dnl config.m4 for extension hash
PHP_ARG_WITH(mhash, for mhash support,
-[ --with-mhash[=DIR] Include mhash support])
+[ --with-mhash[=DIR] Include mhash support])
PHP_ARG_ENABLE(hash, whether to enable hash support,
[ --disable-hash Disable hash support], yes)