diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-04-18 20:31:41 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-04-18 20:31:41 (GMT) |
commit | 780d0653f8c9cf61a648ad672bd31832a62785b9 (patch) | |
tree | 68c123ba5e6c7d7e2c34fd88f6faf64ac7a3b073 /configure | |
parent | 6f2813dca722be761f45ca06eb03d96acae3a219 (diff) | |
download | hdf5-780d0653f8c9cf61a648ad672bd31832a62785b9.zip hdf5-780d0653f8c9cf61a648ad672bd31832a62785b9.tar.gz hdf5-780d0653f8c9cf61a648ad672bd31832a62785b9.tar.bz2 |
HDFFV-10170 fix reconfigure
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -26577,6 +26577,18 @@ _ACEOF fi done +for ac_func in strtoll strtoull +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" +if eval test \"x\$"$as_ac_var"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +fi +done + for ac_func in tmpfile asprintf vasprintf vsnprintf waitpid do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |