mbsrtowcs: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / round
index 07dcd880b724859728997a65e60762037ffeb4ab..6fe95a23b845e0a8c4f94d6e46fa60ed5ab74470 100644 (file)
@@ -16,6 +16,9 @@ floor           [test $HAVE_DECL_ROUND = 0 || test $REPLACE_ROUND = 1]
 
 configure.ac:
 gl_FUNC_ROUND
+if test $HAVE_DECL_ROUND = 0 || test $REPLACE_ROUND = 1; then
+  AC_LIBOBJ([round])
+fi
 gl_MATH_MODULE_INDICATOR([round])
 
 Makefile.am: