changeset 8900:091317d1e8eb

Fix typo.
author Bruno Haible <bruno@clisp.org>
date Tue, 29 May 2007 23:51:44 +0000
parents 4a6d9dc5005f
children 220e79620e7a
files m4/ftell.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ftell.m4
+++ b/m4/ftell.m4
@@ -7,7 +7,7 @@
 AC_DEFUN([gl_FUNC_FTELL],
 [
   AC_REQUIRE([gl_STDIO_H_DEFAULTS])
-  AC_REQUIRE([gl_FUNC_TELLO])
+  AC_REQUIRE([gl_FUNC_FTELLO])
   dnl When ftello needs fixes, ftell needs them too.
   if test $REPLACE_FTELLO != 0; then
     AC_LIBOBJ([ftell])