Avoid possible link error.
authorBruno Haible <bruno@clisp.org>
Sat, 15 Nov 2008 22:31:45 +0000 (23:31 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 15 Nov 2008 22:31:45 +0000 (23:31 +0100)
ChangeLog
modules/frexpl-tests

index 9c1c6d7..32767a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-11-15  Bruno Haible  <bruno@clisp.org>
 
+       * modules/frexpl-tests (Makefile.am): Link test-frexpl with
+       $(FREXPL_LIBM).
+
+2008-11-15  Bruno Haible  <bruno@clisp.org>
+
        * lib/netdb.in.h: Activate the definitions also when the system's
        <netdb.h> has 'struct addrinfo'.
        * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
index e3b2d55..6291f4e 100644 (file)
@@ -12,6 +12,7 @@ configure.ac:
 Makefile.am:
 TESTS += test-frexpl
 check_PROGRAMS += test-frexpl
+test_frexpl_LDADD = $(LDADD) @FREXPL_LIBM@
 
 License:
 LGPL