strtoimax: Avoid link error on OSF/1 with DTK cc.
[gnulib.git] / modules / floorl
index 66c1362..9d1bac2 100644 (file)
@@ -9,10 +9,13 @@ m4/floorl.m4
 Depends-on:
 math
 extensions
-float
+float           [test $HAVE_DECL_FLOORL = 0 || test $REPLACE_FLOORL = 1]
 
 configure.ac:
 gl_FUNC_FLOORL
+if test $HAVE_DECL_FLOORL = 0 || test $REPLACE_FLOORL = 1; then
+  AC_LIBOBJ([floorl])
+fi
 gl_MATH_MODULE_INDICATOR([floorl])
 
 Makefile.am: