commit | 2c92c6e1f4a4b1b39516769ec49ca6964f08c9e4 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Fri Feb 28 17:24:00 2003 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Fri Feb 28 17:24:00 2003 +0000 |
tree | 99661db863f3dfd07dcfdec851fb25202858081c | |
parent | 3f5fcc8acce9fa620fe29d15980850e433f1d5c9 [diff] |
Fix SF bug #690012
diff --git a/Misc/NEWS b/Misc/NEWS index 9fe51ad..b3ea1f5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -39,6 +39,8 @@ Build ----- +- Fix build problems when _iconv_codec failed. (SF bug #690012.) + - Fix problem building on OSF1 because the compiler only accepted preprocessor directives that start in column 1. (SF bug #691793.)