+2006-03-09 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am (CXXLINK) [!mingw]: Overwrite automake's value. Fixes
+ unintended dependency on libstdc++ introduced on 2005-07-05.
+
2005-10-09 Bruno Haible <bruno@clisp.org>
* lang-table.h: New file.
CSHARPCOMP = $(SHELL) ../lib/csharpcomp.sh
CSHARPCOMPFLAGS = @CSHARPCOMPFLAGS@
+# Linking with C++ libraries is needed _only_ on mingw.
+if !MINGW
+@MINGW_FALSE@CXXLINK = $(LINK)
+endif
+
# All programs deal with message lists.
# All programs must read PO files. (msgunfmt also, for read-java.c,