autoupdate
[pspp] / modules / ceill
index a2365c272bda5abff9450d0d84530f1361bc7b11..4ab7f3857552ba9fcfc5b699eafaaf87b4c16d0e 100644 (file)
@@ -9,10 +9,13 @@ m4/ceill.m4
 Depends-on:
 math
 extensions
-float
+float           [test $HAVE_DECL_CEILL = 0 || test $REPLACE_CEILL = 1]
 
 configure.ac:
 gl_FUNC_CEILL
+if test $HAVE_DECL_CEILL = 0 || test $REPLACE_CEILL = 1; then
+  AC_LIBOBJ([ceill])
+fi
 gl_MATH_MODULE_INDICATOR([ceill])
 
 Makefile.am: