Fix link error on Solaris 8 with cc.
authorBruno Haible <bruno@clisp.org>
Mon, 5 Apr 2010 14:14:47 +0000 (16:14 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 5 Apr 2010 14:32:43 +0000 (16:32 +0200)
ChangeLog
modules/pty-c++-tests

index bf6e414..aa9d32f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-04-05  Bruno Haible  <bruno@clisp.org>
 
+       Fix link error on Solaris 8 with cc.
+       * modules/pty-c++-tests (test_pty_c___LDADD): Add LIBINTL.
+
+2010-04-05  Bruno Haible  <bruno@clisp.org>
+
        frexpl: Fix a C++ test error on Solaris 8 and Cygwin.
        * lib/math.in.h (frexpl): Fix condition on _GL_CXXALIASWARN invocation.
 
index 381a9ca..0f2e562 100644 (file)
@@ -15,5 +15,5 @@ if ANSICXX
 TESTS += test-pty-c++
 check_PROGRAMS += test-pty-c++
 test_pty_c___SOURCES = test-pty-c++.cc
-test_pty_c___LDADD = $(LDADD) $(PTY_LIB)
+test_pty_c___LDADD = $(LDADD) $(PTY_LIB) $(LIBINTL)
 endif