| commit | f27ec3e5515115080b270c5530929d365791c2c1 | [log] [tgz] |
|---|---|---|
| author | doko@ubuntu.com <doko@ubuntu.com> | Thu Apr 17 20:11:19 2014 +0200 |
| committer | doko@ubuntu.com <doko@ubuntu.com> | Thu Apr 17 20:11:19 2014 +0200 |
| tree | 3bce992998de0b556efe2103c64cdbb29d7fa25e | |
| parent | dd967efae997b0cc2a616310835d3c4ca3682fc9 [diff] [blame] |
- Issue #21285: Refactor and fix curses configure check to always search in a ncursesw directory.
diff --git a/Misc/NEWS b/Misc/NEWS index 94d3638..4c0c3a6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -367,6 +367,12 @@ - Issue #21093: Prevent failures of ctypes test_macholib on OS X if a copy of libz exists in $HOME/lib or /usr/local/lib. +Build +----- + +- Issue #21285: Refactor and fix curses configure check to always search + in a ncursesw directory. + Documentation -------------