ldexpl test: Fix link error on OSF/1 5.1.
authorBruno Haible <bruno@clisp.org>
Mon, 20 Dec 2010 01:55:53 +0000 (02:55 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 20 Dec 2010 01:55:53 +0000 (02:55 +0100)
* modules/ldexpl-tests (Makefile.am): Define test_ldexpl_LDADD.

ChangeLog
modules/ldexpl-tests

index f9020ab..3024bec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-12-19  Bruno Haible  <bruno@clisp.org>
 
+       ldexpl test: Fix link error on OSF/1 5.1.
+       * modules/ldexpl-tests (Makefile.am): Define test_ldexpl_LDADD.
+
+2010-12-19  Bruno Haible  <bruno@clisp.org>
+
        wctype: Make it work in C++ mode on OSF/1 5.1.
        * lib/wctype.in.h (iswblank): Declare but not define here.
        * lib/iswblank.c: New file, extracted from lib/wctype.in.h.
index 223175f..1daeb6f 100644 (file)
@@ -16,3 +16,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-ldexpl
 check_PROGRAMS += test-ldexpl
+test_ldexpl_LDADD = $(LDADD) @LDEXPL_LIBM@