summaryrefslogtreecommitdiff
path: root/modules/ftello
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-04-26 09:33:12 +0000
committerBruno Haible <bruno@clisp.org>2007-04-26 09:33:12 +0000
commit5905a848a7f063cbc45bec7ea53f2121a3d6b91b (patch)
tree29878b0662c14d47275e1292c447d5536294d284 /modules/ftello
parent0a786d259145a78dc117cce97b128a787f804871 (diff)
downloadgnulib-5905a848a7f063cbc45bec7ea53f2121a3d6b91b.tar.gz
Ensure fseeko and ftello are declared on glibc systems.
Diffstat (limited to 'modules/ftello')
-rw-r--r--modules/ftello3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/ftello b/modules/ftello
index 0994f10d7d..daac684051 100644
--- a/modules/ftello
+++ b/modules/ftello
@@ -7,6 +7,9 @@ m4/ftello.m4
Depends-on:
stdio
+configure.ac-early:
+AC_REQUIRE([AC_FUNC_FSEEKO])
+
configure.ac:
gl_FUNC_FTELLO
gl_STDIO_MODULE_INDICATOR([ftello])