summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-12-11 11:53:06 +0000
committerGerd Moellmann <gerd@gnu.org>2000-12-11 11:53:06 +0000
commit64a04a42fec98067a54aaf270f2eec898c881f26 (patch)
tree0e125f671d55507cc9b507558a9717a8a3e89164
parentfda514f7b627344c58519fa1958570b2df7b2d58 (diff)
downloademacs-64a04a42fec98067a54aaf270f2eec898c881f26.tar.gz
Use it instead of invoking AC_CHECK_FUNCS on
ftello.
-rw-r--r--configure.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 36435c23a63..26d1d6bb07f 100644
--- a/configure.in
+++ b/configure.in
@@ -1939,10 +1939,9 @@ fi
AC_FUNC_GETLOADAVG
-AC_CHECK_FUNCS(ftello)
+AC_FUNC_FSEEKO
-# UNIX98 PTYs. AC_SYS_LARGEFILE should have defined _XOPEN_SOURCE
-# if we need it.
+# UNIX98 PTYs.
AC_CHECK_FUNCS(grantpt)
# PTY-related GNU extensions.