changeset 30501:ab4d86cbcaee

Avoid possible link error.
author Bruno Haible <bruno@clisp.org>
date Sat, 15 Nov 2008 23:31:45 +0100
parents 079187e6951e
children a3ccad84bd0e
files ChangeLog modules/frexpl-tests
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Nov 15 21:17:23 2008 +0100
+++ b/ChangeLog	Sat Nov 15 23:31:45 2008 +0100
@@ -1,3 +1,8 @@
+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
--- a/modules/frexpl-tests	Sat Nov 15 21:17:23 2008 +0100
+++ b/modules/frexpl-tests	Sat Nov 15 23:31:45 2008 +0100
@@ -12,6 +12,7 @@
 Makefile.am:
 TESTS += test-frexpl
 check_PROGRAMS += test-frexpl
+test_frexpl_LDADD = $(LDADD) @FREXPL_LIBM@
 
 License:
 LGPL