diff options
author | foobar <sniper@php.net> | 2007-07-03 17:24:39 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2007-07-03 17:24:39 +0000 |
commit | f0f44a3652032c8acfddf6973b426081e782dba5 (patch) | |
tree | e5214b9465ab122f031b735ba918754c7be64394 /ext/hash/config.m4 | |
parent | e9d2c517f87f23905340ff756d6fe118876e9590 (diff) | |
download | php-git-f0f44a3652032c8acfddf6973b426081e782dba5.tar.gz |
- Fix some configure --help texts
Diffstat (limited to 'ext/hash/config.m4')
-rw-r--r-- | ext/hash/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hash/config.m4 b/ext/hash/config.m4 index 99c8ed3e13..392398729e 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_ENABLE(hash, whether to enable hash support, -[ --disable-hash Disable hash support], yes) +[ --disable-hash Disable hash support], yes) if test "$PHP_HASH" != "no"; then AC_DEFINE(HAVE_HASH_EXT,1,[Have HASH Extension]) |