summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSean McBride <sean@rogue-research.com>2021-04-13 00:21:55 (GMT)
committerGitHub <noreply@github.com>2021-04-13 00:21:55 (GMT)
commit052eed29d8922b87d4aa2734e4366de461326dd0 (patch)
tree7cab4ec017349b16e66c0983ed2ee44263286a16 /configure.ac
parent78fe6751b5a682111e8bc2bf7ce944c55d52ba56 (diff)
downloadhdf5-052eed29d8922b87d4aa2734e4366de461326dd0.zip
hdf5-052eed29d8922b87d4aa2734e4366de461326dd0.tar.gz
hdf5-052eed29d8922b87d4aa2734e4366de461326dd0.tar.bz2
Remove unused #cmakedefine and autotools checks (#431)
With C99 as the minimum, there's no point checking for these standard things anymore.
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 c2c38e6..d769ddc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2054,7 +2054,6 @@ 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])
-AC_CHECK_FUNCS([roundf lroundf llroundf round lround llround])
## ----------------------------------------------------------------------
## Check compiler characteristics