diff options
author | foobar <sniper@php.net> | 2005-11-10 08:04:57 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-11-10 08:04:57 +0000 |
commit | 9b7a28e9a2ebc1f1a738fc999b1d2848c6f93032 (patch) | |
tree | a801c99a5e2ecf559b8bd7d73474c59bf2702619 /ext/unicode | |
parent | 3e1bb4edf391bf8d8b474238ec4683e1380825fe (diff) | |
download | php-git-9b7a28e9a2ebc1f1a738fc999b1d2848c6f93032.tar.gz |
fix configure help
Diffstat (limited to 'ext/unicode')
-rw-r--r-- | ext/unicode/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/unicode/config.m4 b/ext/unicode/config.m4 index 68d28870dc..1b312bc5a2 100644 --- a/ext/unicode/config.m4 +++ b/ext/unicode/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_ENABLE(unicode, whether to enable unicode functions, -[ --disable-unicode Disable Unicode API support]) +[ --disable-unicode Disable Unicode API support]) if test "$PHP_UNICODE" != "no"; then PHP_SUBST(UNICODE_SHARED_LIBADD) |