diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index dc9efc2..10900c7 100644 --- a/configure.in +++ b/configure.in @@ -1172,8 +1172,8 @@ esac AC_TRY_COMPILE([#include <sys/types.h>], [off64_t n = 0;], - [AC_CHECK_FUNCS([lseek64 fseek64])], - [AC_MSG_RESULT([skipping test for lseek64() and fseek64()])]) + [AC_CHECK_FUNCS([lseek64 fseek64 fseeko ftello])], + [AC_MSG_RESULT([skipping test for lseek64(), fseek64(), fseeko(), and ftello])]) AC_TRY_COMPILE([ #include <sys/types.h> #include <sys/stat.h>], |