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-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a24f9979e9cc7ed0fcc555ef5b6d81bbfcff8146;p=pspp 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 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@