Ensure fseeko and ftello are declared on glibc systems.
[gnulib.git] / modules / fflush
index 62a2d59..8cfc046 100755 (executable)
@@ -13,6 +13,9 @@ ftello
 stdio
 unistd
 
+configure.ac-early:
+AC_REQUIRE([AC_FUNC_FSEEKO])
+
 configure.ac:
 gl_FUNC_FFLUSH
 gl_STDIO_MODULE_INDICATOR([fflush])