summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2008-09-07 05:15:18 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2008-09-07 05:15:18 (GMT)
commit980b99b5299fb2361932da60a95ae7c54ddc68e7 (patch)
treed8501221c81eb5ea9aab732b07768b26e41edc75 /Misc
parentb7a841ca40609dfc935555716de0471cff7ec03f (diff)
downloadcpython-980b99b5299fb2361932da60a95ae7c54ddc68e7.zip
cpython-980b99b5299fb2361932da60a95ae7c54ddc68e7.tar.gz
cpython-980b99b5299fb2361932da60a95ae7c54ddc68e7.tar.bz2
- Issue #1204: The configure script now tests for additional libraries
that may be required when linking against readline. This fixes issues with x86_64 builds on some platforms (at least a few Linux flavors as well as OpenBSD/amd64).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 83bbd49..6c22cd8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,10 @@ Core and Builtins
- Issue #3678: Correctly pass LDFLAGS and LDLAST to the linker on shared
library targets in the Makefile.
+- Issue #1204: The configure script now tests for additional libraries
+ that may be required when linking against readline. This fixes issues
+ with x86_64 builds on some platforms (a few Linux flavors and OpenBSD).
+
C-API
-----