diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2010-07-30 20:06:16 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2010-07-30 20:06:16 (GMT) |
commit | 02e41acebb23cbadff89a4488329578536adef32 (patch) | |
tree | 9c1efde9f34d90d871a755f05e5d3ae4767515a2 /configure | |
parent | eff803f8249485e8b1fdb5c71197314f0527c995 (diff) | |
download | hdf5-02e41acebb23cbadff89a4488329578536adef32.zip hdf5-02e41acebb23cbadff89a4488329578536adef32.tar.gz hdf5-02e41acebb23cbadff89a4488329578536adef32.tar.bz2 |
[svn-r19160] 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')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 19068 2010-07-14 15:56:42Z acheng . +# From configure.in Id: configure.in 19086 2010-07-18 12:33:00Z hdftest . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.65 for HDF5 1.9.75. # @@ -21485,7 +21485,7 @@ else $as_echo "skipping test for lseek64(), fseek64(), ftruncate64()" >&6; } fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -for ac_func in fseeko ftello +for ac_func in fseeko fseeko64 ftello ftello64 do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |