# HG changeset patch # User Bruno Haible # Date 1226788305 -3600 # Node ID 2d3e8b43c9f45f54220308c5829fb61c4fe0ea69 # Parent bcb7763336d3081e9baf790e19d1edec98cf962b Avoid possible link error. diff --git a/ChangeLog b/ChangeLog --- 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 --- a/modules/frexpl-tests +++ b/modules/frexpl-tests @@ -12,6 +12,7 @@ Makefile.am: TESTS += test-frexpl check_PROGRAMS += test-frexpl +test_frexpl_LDADD = $(LDADD) @FREXPL_LIBM@ License: LGPL