changeset 13959:363040041ced

ldexpl test: Fix link error on OSF/1 5.1. * modules/ldexpl-tests (Makefile.am): Define test_ldexpl_LDADD.
author Bruno Haible <bruno@clisp.org>
date Mon, 20 Dec 2010 02:55:53 +0100
parents eaaa26453720
children 51218504eb9d
files ChangeLog modules/ldexpl-tests
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
--- a/modules/ldexpl-tests
+++ b/modules/ldexpl-tests
@@ -16,3 +16,4 @@
 Makefile.am:
 TESTS += test-ldexpl
 check_PROGRAMS += test-ldexpl
+test_ldexpl_LDADD = $(LDADD) @LDEXPL_LIBM@