roundl: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / roundl
index 516ee0b5dfca292d8032a3dc034e0eca22f8bcb4..91671f4411ac460a154a4ed854cbc084640646af 100644 (file)
@@ -16,6 +16,9 @@ float           [test $HAVE_DECL_ROUNDL = 0 || test $REPLACE_ROUNDL = 1]
 
 configure.ac:
 gl_FUNC_ROUNDL
+if test $HAVE_DECL_ROUNDL = 0 || test $REPLACE_ROUNDL = 1; then
+  AC_LIBOBJ([roundl])
+fi
 gl_MATH_MODULE_INDICATOR([roundl])
 
 Makefile.am: