ceil: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / isinf
index 1a8399fe7b648e95fb0d01949b5a6bcf33a69bec..e7f0bf966e7ff2fbbb80c2e2399dfc1c6c963ee9 100644 (file)
@@ -13,6 +13,9 @@ float           [test $REPLACE_ISINF = 1]
 
 configure.ac:
 gl_ISINF
+if test $REPLACE_ISINF = 1; then
+  AC_LIBOBJ([isinf])
+fi
 gl_MATH_MODULE_INDICATOR([isinf])
 
 Makefile.am: