From a24f9979e9cc7ed0fcc555ef5b6d81bbfcff8146 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 20 Dec 2010 02:55:53 +0100 Subject: [PATCH] ldexpl test: Fix link error on OSF/1 5.1. * modules/ldexpl-tests (Makefile.am): Define test_ldexpl_LDADD. --- ChangeLog | 5 +++++ modules/ldexpl-tests | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index f9020abed9..3024bec717 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-12-19 Bruno Haible + + ldexpl test: Fix link error on OSF/1 5.1. + * modules/ldexpl-tests (Makefile.am): Define test_ldexpl_LDADD. + 2010-12-19 Bruno Haible wctype: Make it work in C++ mode on OSF/1 5.1. diff --git a/modules/ldexpl-tests b/modules/ldexpl-tests index 223175f611..1daeb6fa2a 100644 --- a/modules/ldexpl-tests +++ b/modules/ldexpl-tests @@ -16,3 +16,4 @@ configure.ac: Makefile.am: TESTS += test-ldexpl check_PROGRAMS += test-ldexpl +test_ldexpl_LDADD = $(LDADD) @LDEXPL_LIBM@ -- 2.30.2