# HG changeset patch # User Bruno Haible # Date 1270476887 -7200 # Node ID 59d210905a329497e42168650799ca98a1838fe9 # Parent 05d5602815b840658c2870d2b7fe0f282fdf8f12 Fix link error on Solaris 8 with cc. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-04-05 Bruno Haible + + Fix link error on Solaris 8 with cc. + * modules/pty-c++-tests (test_pty_c___LDADD): Add LIBINTL. + 2010-04-05 Bruno Haible frexpl: Fix a C++ test error on Solaris 8 and Cygwin. diff --git a/modules/pty-c++-tests b/modules/pty-c++-tests --- a/modules/pty-c++-tests +++ b/modules/pty-c++-tests @@ -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