summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2014-04-17 18:13:44 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2014-04-17 18:13:44 (GMT)
commit1a4f561d7c7d28d82e80d7a1c2e4402f081f6f79 (patch)
tree19bb36894210c3b30df7c224afc316c2cbd71185 /Misc
parent4a173bc4edfbc731f227a84a26eb24b6aef91dd6 (diff)
downloadcpython-1a4f561d7c7d28d82e80d7a1c2e4402f081f6f79.zip
cpython-1a4f561d7c7d28d82e80d7a1c2e4402f081f6f79.tar.gz
cpython-1a4f561d7c7d28d82e80d7a1c2e4402f081f6f79.tar.bz2
- Issue #21285: Refactor and fix curses configure check to always search
in a ncursesw directory.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2573732..c1f76f8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -174,6 +174,9 @@ IDLE
Build
-----
+- Issue #21285: Refactor and fix curses configure check to always search
+ in a ncursesw directory.
+
- Issue #15234: For BerkelyDB and Sqlite, only add the found library and
include directories if they aren't already being searched. This avoids
an explicit runtime library dependency.