commit | e2713becd8cb0c3b2db4d33832dd57a1d619f0f3 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Mar 08 15:03:08 2005 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Mar 08 15:03:08 2005 +0000 |
tree | c46d31f73c95c9a969b6704719dac3e83eb435f1 | |
parent | b60ae9960182b8eecb26da12171917ee5a6cc1fc [diff] [blame] |
Build with --disable-unicode again. Fixes #1158607. Will backport to 2.4.
diff --git a/Misc/NEWS b/Misc/NEWS index e387e63..36a21ce 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -221,6 +221,8 @@ 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.