summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-04-18 20:31:41 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-04-18 20:31:41 (GMT)
commit780d0653f8c9cf61a648ad672bd31832a62785b9 (patch)
tree68c123ba5e6c7d7e2c34fd88f6faf64ac7a3b073 /configure
parent6f2813dca722be761f45ca06eb03d96acae3a219 (diff)
downloadhdf5-780d0653f8c9cf61a648ad672bd31832a62785b9.zip
hdf5-780d0653f8c9cf61a648ad672bd31832a62785b9.tar.gz
hdf5-780d0653f8c9cf61a648ad672bd31832a62785b9.tar.bz2
HDFFV-10170 fix reconfigure
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure12
1 files changed, 12 insertions, 0 deletions
diff --git a/configure b/configure
index 90b46a0..69a2b42 100755
--- a/configure
+++ b/configure
@@ -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`