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 f9020abed..3024bec71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 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. * lib/wctype.in.h (iswblank): Declare but not define here. * lib/iswblank.c: New file, extracted from lib/wctype.in.h. diff --git a/modules/ldexpl-tests b/modules/ldexpl-tests index 223175f61..1daeb6fa2 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.11.0