From: Bruno Haible Date: Mon, 5 Apr 2010 14:14:47 +0000 (+0200) Subject: Fix link error on Solaris 8 with cc. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e5dc68d39e21b150e08650259b33841abb29d85;p=pspp Fix link error on Solaris 8 with cc. --- diff --git a/ChangeLog b/ChangeLog index bf6e414146..aa9d32f285 100644 --- 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 index 381a9ca049..0f2e56207b 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