changeset 13165:59d210905a32

Fix link error on Solaris 8 with cc.
author Bruno Haible <bruno@clisp.org>
date Mon, 05 Apr 2010 16:14:47 +0200
parents 05d5602815b8
children f75b203bac9d
files ChangeLog modules/pty-c++-tests
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Apr 05 15:58:34 2010 +0200
+++ b/ChangeLog	Mon Apr 05 16:14:47 2010 +0200
@@ -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.
--- a/modules/pty-c++-tests	Mon Apr 05 15:58:34 2010 +0200
+++ b/modules/pty-c++-tests	Mon Apr 05 16:14:47 2010 +0200
@@ -15,5 +15,5 @@
 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