From: Bruno Haible Date: Mon, 20 Dec 2010 01:55:53 +0000 (+0100) Subject: ldexpl test: Fix link error on OSF/1 5.1. X-Git-Tag: v0.1~3528 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=a24f9979e9cc7ed0fcc555ef5b6d81bbfcff8146;p=gnulib.git 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 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@