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 9c1c6d757..32767a8e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 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 has 'struct addrinfo'. * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks diff --git a/modules/frexpl-tests b/modules/frexpl-tests index e3b2d55c6..6291f4eb2 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.11.0