mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Merged revisions 81509 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81509 | benjamin.peterson | 2010-05-24 21:23:32 -0500 (Mon, 24 May 2010) | 1 line correct default docs ........
This commit is contained in:
parent
b0c42877de
commit
e631ec4f2e
2 changed files with 3212 additions and 16350 deletions
|
@ -3424,7 +3424,7 @@ fi
|
||||||
AC_MSG_CHECKING(what type to use for unicode)
|
AC_MSG_CHECKING(what type to use for unicode)
|
||||||
dnl quadrigraphs "@<:@" and "@:>@" produce "[" and "]" in the output
|
dnl quadrigraphs "@<:@" and "@:>@" produce "[" and "]" in the output
|
||||||
AC_ARG_ENABLE(unicode,
|
AC_ARG_ENABLE(unicode,
|
||||||
AC_HELP_STRING(--enable-unicode@<:@=ucs@<:@24@:>@@:>@, Enable Unicode strings (default is yes)),
|
AC_HELP_STRING(--enable-unicode@<:@=ucs@<:@24@:>@@:>@, Enable Unicode strings (default is ucs2)),
|
||||||
[],
|
[],
|
||||||
[enable_unicode=yes])
|
[enable_unicode=yes])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue