tests: avoid spurious assertion failure in test-float.c on ppc64
[gnulib.git] / modules / fclose
index e6493c9..85f63fe 100644 (file)
@@ -14,6 +14,9 @@ lseek           [test $REPLACE_FCLOSE = 1]
 
 configure.ac:
 gl_FUNC_FCLOSE
+if test $REPLACE_FCLOSE = 1; then
+  AC_LIBOBJ([fclose])
+fi
 gl_STDIO_MODULE_INDICATOR([fclose])
 
 Makefile.am: