commit | ed11a5d018e3fc234d7126832756a15c1af67d22 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun May 20 10:42:17 2012 +0200 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun May 20 10:42:17 2012 +0200 |
tree | 4f5ee76e85299c314f1e923db480f3733bf48313 | |
parent | 77e77a12731ad937e6567a2c0dea7dc51c80c69a [diff] [blame] |
Issue #8767: Restore building with --disable-unicode. Original patch by Stefano Taschini.
diff --git a/configure b/configure index 25c4acf..9d58c17 100755 --- a/configure +++ b/configure
@@ -12522,6 +12522,7 @@ $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