summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index caefb3a..deecb89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-29 Bruno Haible <bruno@clisp.org>
+
+ Undo last change, not needed any more.
+ * configure.ac: Remove LT_LANG([C++]) invocation.
+
2010-03-12 Bruno Haible <bruno@clisp.org>
Fix libtool failure with gnulib C++ tests.
diff --git a/configure.ac b/configure.ac
index 345fc49..460244f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,10 +58,6 @@ dnl Prepares the libtool configuration for handling of Windows resources, and
dnl sets the RC variable to a program that compiles Windows resource files.
LT_LANG([Windows Resource])
-dnl Prepares the libtool configuration for handling of C++ programs, needed
-dnl by the gnulib test suite.
-LT_LANG([C++])
-
dnl On mingw and Cygwin, we can activate special Makefile rules which add
dnl version information to the shared libraries and executables.
case "$host_os" in