diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-02-27 00:47:08 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-02-27 00:47:08 (GMT) |
commit | 8a0212eef8ab3cd98929677deaed7adc1734ea42 (patch) | |
tree | 2ad87c0ad1650e21634dfe0ebf3a8ad34e7f2549 | |
parent | f8c3a62b29ca989efe38e7675052df9395d4850c (diff) | |
download | cpython-8a0212eef8ab3cd98929677deaed7adc1734ea42.zip cpython-8a0212eef8ab3cd98929677deaed7adc1734ea42.tar.gz cpython-8a0212eef8ab3cd98929677deaed7adc1734ea42.tar.bz2 |
revert change unapplicable to 3.1
-rwxr-xr-x | configure | 5 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 1 insertions, 5 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 78474 . +# From configure.in Revision: 78197 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for python 3.1. # @@ -23670,9 +23670,6 @@ _ACEOF #define Py_UNICODE_SIZE 2 _ACEOF ;; -*) { { echo "$as_me:$LINENO: error: invalid value for --enable-unicode. Use either ucs2 or ucs4 (lowercase)." >&5 -echo "$as_me: error: invalid value for --enable-unicode. Use either ucs2 or ucs4 (lowercase)." >&2;} - { (exit 1); exit 1; }; } ;; esac diff --git a/configure.in b/configure.in index 1add723..f5d0342 100644 --- a/configure.in +++ b/configure.in @@ -3529,7 +3529,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, |