summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-06-06 00:29:58 +0200
committerBruno Haible <bruno@clisp.org>2011-06-06 00:29:58 +0200
commitc914617c3a84151020e1251c759dbdd362955fbc (patch)
tree2efd865b956af04bdee7c40fac60c85b15608deb /NEWS
parente7754b0a383576a87dd6805cfd1df8fdc9cb2ba9 (diff)
downloadgnulib-c914617c3a84151020e1251c759dbdd362955fbc.tar.gz
ansi-c++-opt: Interoperability with libtool.
* m4/ansi-c++.m4 (gl_PROG_ANSI_CXX): When a C++ compiler is not found, set the variable to "no", not to ":". * NEWS: Mention the change.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index abe12386d5..a87c3a47dd 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,9 @@ User visible incompatible changes
Date Modules Changes
+2011-06-05 ansi-c++-opt When a C++ compiler is not found, the variable CXX
+ is now set to "no", not to ":".
+
2011-05-11 group-member The include file is changed from "group-member.h"
to <unistd.h>.