regex: also remove dependency on HAVE_WCSCOLL
[gnulib.git] / modules / fseeko
index 07f78e5..cd106aa 100644 (file)
@@ -8,8 +8,10 @@ m4/fseeko.m4
 
 Depends-on:
 extensions
+largefile
 lseek
 stdio
+sys_types
 # Just to guarantee consistency between fseek() and fseeko().
 fseek
 
@@ -20,6 +22,7 @@ configure.ac:
 gl_FUNC_FSEEKO
 if test $HAVE_FSEEKO = 0 || test $REPLACE_FSEEKO = 1; then
   AC_LIBOBJ([fseeko])
+  gl_PREREQ_FSEEKO
 fi
 gl_STDIO_MODULE_INDICATOR([fseeko])