From: Bruno Haible Date: Sat, 15 Nov 2008 22:31:45 +0000 (+0100) Subject: Avoid possible link error. X-Git-Tag: v0.1~6675 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=0f42b1b8ca51769cde2ae2b919141f3bb134d8e5;p=gnulib.git Avoid possible link error. --- 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