diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2012-05-20 08:42:17 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2012-05-20 08:42:17 (GMT) |
commit | ed11a5d018e3fc234d7126832756a15c1af67d22 (patch) | |
tree | 4f5ee76e85299c314f1e923db480f3733bf48313 /configure | |
parent | 77e77a12731ad937e6567a2c0dea7dc51c80c69a (diff) | |
download | cpython-ed11a5d018e3fc234d7126832756a15c1af67d22.zip cpython-ed11a5d018e3fc234d7126832756a15c1af67d22.tar.gz cpython-ed11a5d018e3fc234d7126832756a15c1af67d22.tar.bz2 |
Issue #8767: Restore building with --disable-unicode.
Original patch by Stefano Taschini.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12522,6 +12522,7 @@ ucs4) unicode_size="4" $as_echo "#define Py_UNICODE_SIZE 4" >>confdefs.h ;; +no) ;; # To allow --disable-unicode *) as_fn_error $? "invalid value for --enable-unicode. Use either ucs2 or ucs4 (lowercase)." "$LINENO" 5 ;; esac |