summaryrefslogtreecommitdiff
path: root/modules/frexpl
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-21 02:58:01 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:15 +0200
commit9d1c4ad5a018213d1c034ef36e7ff424774ffb40 (patch)
tree600eda3cc2af3f267ce2de823049d3191872043a /modules/frexpl
parent54027f28c18b962ba4ac013e34207c6577fb445f (diff)
downloadgnulib-9d1c4ad5a018213d1c034ef36e7ff424774ffb40.tar.gz
frexpl*: Respect rules for use of AC_LIBOBJ.
* m4/frexpl.m4 (gl_FUNC_FREXPL, gl_FUNC_FREXPL_NO_LIBM): Move AC_LIBOBJ invocation from here... * modules/frexpl (configure.ac): ... to here. * modules/frexpl-nolibm (configure.ac): ... and here.
Diffstat (limited to 'modules/frexpl')
-rw-r--r--modules/frexpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/frexpl b/modules/frexpl
index d1f0159b63..9902aff0e0 100644
--- a/modules/frexpl
+++ b/modules/frexpl
@@ -13,6 +13,9 @@ fpucw [test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no]
configure.ac:
gl_FUNC_FREXPL
+if test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; then
+ AC_LIBOBJ([frexpl])
+fi
gl_MATH_MODULE_INDICATOR([frexpl])
Makefile.am: