summaryrefslogtreecommitdiff
path: root/modules/frexp
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-21 02:49:55 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:15 +0200
commit54027f28c18b962ba4ac013e34207c6577fb445f (patch)
tree7253a859e7991074748e5815efa429bbe1ef6422 /modules/frexp
parentba07288e32b07a98c79f8812eed7e03daa5b7f26 (diff)
downloadgnulib-54027f28c18b962ba4ac013e34207c6577fb445f.tar.gz
frexp, frexp-nolibm: Move AC_LIBOBJ invocations to module description.
* m4/frexp.m4 (gl_FUNC_FREXP, gl_FUNC_FREXP_NO_LIBM): Move AC_LIBOBJ invocation from here... * modules/frexp (configure.ac): ... to here. * modules/frexp-nolibm (configure.ac): ... and here.
Diffstat (limited to 'modules/frexp')
-rw-r--r--modules/frexp3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/frexp b/modules/frexp
index 3ada9b2f29..2e896995e7 100644
--- a/modules/frexp
+++ b/modules/frexp
@@ -11,6 +11,9 @@ isnand-nolibm [test $gl_func_frexp != yes]
configure.ac:
gl_FUNC_FREXP
+if test $gl_func_frexp != yes; then
+ AC_LIBOBJ([frexp])
+fi
gl_MATH_MODULE_INDICATOR([frexp])
Makefile.am: