# HG changeset patch # User Bruno Haible # Date 1292810153 -3600 # Node ID 363040041ced6f686b80f6082c8b12791ea5b334 # Parent eaaa2645372091f480d4afaa9c1418eb7f6a44fe ldexpl test: Fix link error on OSF/1 5.1. * modules/ldexpl-tests (Makefile.am): Define test_ldexpl_LDADD. diff --git a/ChangeLog b/ChangeLog --- 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 --- 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@