diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 13476 2007-03-08 20:09:19Z hdftest . +# From configure.in Id: configure.in 13523 2007-03-16 23:26:30Z acheng . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.60 for HDF5 1.8.0-alpha6snap3. # @@ -26709,7 +26709,9 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (exit $ac_status); }; }; then -for ac_func in lseek64 fseek64 + + +for ac_func in lseek64 fseek64 fseeko ftello do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` { echo "$as_me:$LINENO: checking for $ac_func" >&5 @@ -26830,8 +26832,8 @@ else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - { echo "$as_me:$LINENO: result: skipping test for lseek64() and fseek64()" >&5 -echo "${ECHO_T}skipping test for lseek64() and fseek64()" >&6; } + { echo "$as_me:$LINENO: result: skipping test for lseek64(), fseek64(), fseeko(), and ftello" >&5 +echo "${ECHO_T}skipping test for lseek64(), fseek64(), fseeko(), and ftello" >&6; } fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |