diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-02-27 00:45:21 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-02-27 00:45:21 (GMT) |
commit | 725e0234174d090d38c22f9039815477a0fea668 (patch) | |
tree | 0b374820ae96884346646d0737d9879ec8f3f146 /configure.in | |
parent | 61b6c22e26a370073db165296ae5f58f387c4fa6 (diff) | |
download | cpython-725e0234174d090d38c22f9039815477a0fea668.zip cpython-725e0234174d090d38c22f9039815477a0fea668.tar.gz cpython-725e0234174d090d38c22f9039815477a0fea668.tar.bz2 |
revert unapplicable change to py3k
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index baee558..4cc3491 100644 --- a/configure.in +++ b/configure.in @@ -3526,7 +3526,6 @@ AH_TEMPLATE(Py_UNICODE_SIZE, case "$unicode_size" in 4) AC_DEFINE(Py_UNICODE_SIZE, 4) ;; *) AC_DEFINE(Py_UNICODE_SIZE, 2) ;; -*) AC_MSG_ERROR([invalid value for --enable-unicode. Use either ucs2 or ucs4 (lowercase).]) ;; esac AH_TEMPLATE(PY_UNICODE_TYPE, |