diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2010-07-30 20:05:25 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2010-07-30 20:05:25 (GMT) |
commit | 8dc3f63a871d652712a0e82d71bc6d10dace9fcd (patch) | |
tree | f333de7328ee05b261a8d6d4432f8135bdd295ac /configure | |
parent | 77b2235f8b22754fb44418fa9fbb499c245c1088 (diff) | |
download | hdf5-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')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 19100 2010-07-19 18:38:40Z koziol . +# From configure.in Id: configure.in 19158 2010-07-30 18:21:54Z koziol . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.65 for HDF5 1.8.5-snap5. # @@ -21511,7 +21511,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" |