summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-29 11:04:52 +0200
committerBruno Haible <bruno@clisp.org>2010-03-29 11:04:52 +0200
commit5d6ce9e31328955f584d893fcb85da688734d46c (patch)
tree9e92e9558a61cef01c8d74271ef0bb06376d7bea
parent0a46dd39406a913799685b356ef25a03977cdcfd (diff)
downloadlibunistring-5d6ce9e31328955f584d893fcb85da688734d46c.tar.gz
Undo last change, not needed any more.
-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