projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
434a1ae
)
Fix link error on Solaris 8 with cc.
author
Bruno Haible
<bruno@clisp.org>
Mon, 5 Apr 2010 14:14:47 +0000
(16:14 +0200)
committer
Bruno Haible
<bruno@clisp.org>
Mon, 5 Apr 2010 14:32:43 +0000
(16:32 +0200)
ChangeLog
patch
|
blob
|
history
modules/pty-c++-tests
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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.
diff --git
a/modules/pty-c++-tests
b/modules/pty-c++-tests
index 381a9ca049437aa77f60665d2723e3bc9ca497f1..0f2e56207b972d364f7026b692ebe058a75b1755 100644
(file)
--- 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