diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-03-08 15:03:08 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-03-08 15:03:08 (GMT) |
commit | e2713becd8cb0c3b2db4d33832dd57a1d619f0f3 (patch) | |
tree | c46d31f73c95c9a969b6704719dac3e83eb435f1 /Misc | |
parent | b60ae9960182b8eecb26da12171917ee5a6cc1fc (diff) | |
download | cpython-e2713becd8cb0c3b2db4d33832dd57a1d619f0f3.zip cpython-e2713becd8cb0c3b2db4d33832dd57a1d619f0f3.tar.gz cpython-e2713becd8cb0c3b2db4d33832dd57a1d619f0f3.tar.bz2 |
Build with --disable-unicode again. Fixes #1158607.
Will backport to 2.4.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -221,6 +221,8 @@ Library Build ----- +- Bug #1158607: Build with --disable-unicode again. + - spwdmodule.c is built only if either HAVE_GETSPNAM or HAVE_HAVE_GETSPENT is defined. Discovered as a result of not being able to build on OS X. |