summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-03-04 10:07:33 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-03-04 10:07:33 -0800
commitf20f95c65cb948ce2b7ff667831dc64471d001fa (patch)
tree51824ee9b73e4e457271540bf1e6f000220633f2 /ChangeLog
parent5dd11cfee60be557274ea95289d2d39972c37a9b (diff)
downloademacs-f20f95c65cb948ce2b7ff667831dc64471d001fa.tar.gz
configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
* configure.in (LIBS_TERMCAP): Default this to the result of the tputs library search. Do a run-time test for the linkability of tputs unless cross-compiling, as that's more reliable if the link flags and libraries are messed up. Don't change LIBS as a result of the test, as that may mess up later tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8710ea58954..8aee7b2ce40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-03-04 Paul Eggert <eggert@cs.ucla.edu>
+
+ configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
+ * configure.in (LIBS_TERMCAP): Default this to the result of
+ the tputs library search. Do a run-time test for the linkability
+ of tputs unless cross-compiling, as that's more reliable if the
+ link flags and libraries are messed up. Don't change LIBS as
+ a result of the test, as that may mess up later tests.
+
2012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
* make-dist (README.W32): Include file in source tarball. (Bug#9750)