summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2010-07-30 20:05:25 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2010-07-30 20:05:25 (GMT)
commit8dc3f63a871d652712a0e82d71bc6d10dace9fcd (patch)
treef333de7328ee05b261a8d6d4432f8135bdd295ac /configure.in
parent77b2235f8b22754fb44418fa9fbb499c245c1088 (diff)
downloadhdf5-8dc3f63a871d652712a0e82d71bc6d10dace9fcd.zip
hdf5-8dc3f63a871d652712a0e82d71bc6d10dace9fcd.tar.gz
hdf5-8dc3f63a871d652712a0e82d71bc6d10dace9fcd.tar.bz2
[svn-r19159] Added the tests for fseeko64 and ftello64 which will be used by the STDIO
VFD if they are available. Tested: jam only since it was tests for two new functions that are not used by the code yet.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2c3a0d7..1be03cb 100644
--- a/configure.in
+++ b/configure.in
@@ -1370,7 +1370,7 @@ AC_TRY_COMPILE([#include <sys/types.h>],
[off64_t n = 0;],
[AC_CHECK_FUNCS([lseek64 fseek64 ftruncate64])],
[AC_MSG_RESULT([skipping test for lseek64(), fseek64(), ftruncate64()])])
-AC_CHECK_FUNCS(fseeko ftello)
+AC_CHECK_FUNCS(fseeko fseeko64 ftello ftello64)
AC_TRY_COMPILE([
#include <sys/types.h>
#include <sys/stat.h>],