diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-05-25 02:23:32 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-05-25 02:23:32 (GMT) |
commit | 66556b0fb7a5078eee0af22fef58f349152c3101 (patch) | |
tree | bb31ceb18fe6b9797f936a4a4015c31230888dc8 /configure.in | |
parent | e7505b4cb03d81318c2e7c83b9f07551b81bdfe7 (diff) | |
download | cpython-66556b0fb7a5078eee0af22fef58f349152c3101.zip cpython-66556b0fb7a5078eee0af22fef58f349152c3101.tar.gz cpython-66556b0fb7a5078eee0af22fef58f349152c3101.tar.bz2 |
correct default docs
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index adf054d..98395d2 100644 --- a/configure.in +++ b/configure.in @@ -3714,7 +3714,7 @@ fi AC_MSG_CHECKING(what type to use for unicode) dnl quadrigraphs "@<:@" and "@:>@" produce "[" and "]" in the output AC_ARG_ENABLE(unicode, - AS_HELP_STRING([--enable-unicode@<:@=ucs@<:@24@:>@@:>@], [Enable Unicode strings (default is yes)]), + AS_HELP_STRING([--enable-unicode@<:@=ucs@<:@24@:>@@:>@], [Enable Unicode strings (default is ucs2)]), [], [enable_unicode=yes]) |