NEWS.stable: log cherry-pick [a0d9972]->[21d1619] freopen: Don't crash if the filenam...
[gnulib.git] / modules / roundl
index 516ee0b..91671f4 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: