From 1e5dc68d39e21b150e08650259b33841abb29d85 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 5 Apr 2010 16:14:47 +0200 Subject: [PATCH] Fix link error on Solaris 8 with cc. --- ChangeLog | 5 +++++ modules/pty-c++-tests | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bf6e41414..aa9d32f28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 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. * lib/math.in.h (frexpl): Fix condition on _GL_CXXALIASWARN invocation. diff --git a/modules/pty-c++-tests b/modules/pty-c++-tests index 381a9ca04..0f2e56207 100644 --- a/modules/pty-c++-tests +++ b/modules/pty-c++-tests @@ -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 -- 2.11.0