summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-06-18 16:23:01 (GMT)
committerGitHub <noreply@github.com>2021-06-18 16:23:01 (GMT)
commita91c626c29dd18dbb23f0533a940b153dd4cad33 (patch)
treebf0cb9798a0ceaa7a42d72fb72e461a847348a38 /configure.ac
parent2e7750f837547ad9d6fa6b5565d24b1f313cc5a9 (diff)
downloadhdf5-a91c626c29dd18dbb23f0533a940b153dd4cad33.zip
hdf5-a91c626c29dd18dbb23f0533a940b153dd4cad33.tar.gz
hdf5-a91c626c29dd18dbb23f0533a940b153dd4cad33.tar.bz2
Removes checks and work-arounds for strtoll and strtoull (#769)
* Removes checks and work-arounds for strtoll and strtoull * Removes CMake checks for strtoll and strtoull
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e369f61..6ad8344 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2030,7 +2030,6 @@ AC_CHECK_FUNCS([frexpl gethostname getrusage gettimeofday])
AC_CHECK_FUNCS([lstat rand_r random setsysinfo])
AC_CHECK_FUNCS([signal longjmp setjmp siglongjmp sigsetjmp sigprocmask])
AC_CHECK_FUNCS([snprintf srandom strdup symlink system])
-AC_CHECK_FUNCS([strtoll strtoull])
AC_CHECK_FUNCS([tmpfile asprintf vasprintf vsnprintf waitpid])
## ----------------------------------------------------------------------