autoupdate
[pspp] / modules / ceill
index 51d5b92bc50e61d86ed490d6bda43bed9804722e..4ab7f3857552ba9fcfc5b699eafaaf87b4c16d0e 100644 (file)
@@ -13,6 +13,9 @@ 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: