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 bf6e414146d0d37c12782e86ceab85d5e94c08cb..aa9d32f28592894829ec6967ff203fc8a3a0174d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 381a9ca049437aa77f60665d2723e3bc9ca497f1..0f2e56207b972d364f7026b692ebe058a75b1755 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