From 0f42b1b8ca51769cde2ae2b919141f3bb134d8e5 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 15 Nov 2008 23:31:45 +0100 Subject: [PATCH] Avoid possible link error. --- ChangeLog | 5 +++++ modules/frexpl-tests | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9c1c6d7577..32767a8e50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-15 Bruno Haible + + * modules/frexpl-tests (Makefile.am): Link test-frexpl with + $(FREXPL_LIBM). + 2008-11-15 Bruno Haible * lib/netdb.in.h: Activate the definitions also when the system's diff --git a/modules/frexpl-tests b/modules/frexpl-tests index e3b2d55c69..6291f4eb24 100644 --- a/modules/frexpl-tests +++ b/modules/frexpl-tests @@ -12,6 +12,7 @@ configure.ac: Makefile.am: TESTS += test-frexpl check_PROGRAMS += test-frexpl +test_frexpl_LDADD = $(LDADD) @FREXPL_LIBM@ License: LGPL -- 2.30.2