summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-09-27 03:26:03 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-09-27 03:26:03 (GMT)
commitf9fc749ca218a878dbea4022ba1c2fb527f7822c (patch)
tree4fa74f866c489c92901d25872e59e838980a1275 /configure.in
parente1eccc4987c625f4e1d24462e03504e7289fe8ee (diff)
downloadhdf5-f9fc749ca218a878dbea4022ba1c2fb527f7822c.zip
hdf5-f9fc749ca218a878dbea4022ba1c2fb527f7822c.tar.gz
hdf5-f9fc749ca218a878dbea4022ba1c2fb527f7822c.tar.bz2
[svn-r11467] Purpose:
Add the detection of the alarm function. Platforms tested: Tested in heping.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d116d84..2e366e9 100644
--- a/configure.in
+++ b/configure.in
@@ -1605,7 +1605,7 @@ dnl ----------------------------------------------------------------------
dnl Check for functions.
dnl tmpfile needed by h5pdiff.
dnl
-AC_CHECK_FUNCS(fork frexpf frexpl gethostname getpwuid getrusage)
+AC_CHECK_FUNCS(alarm fork frexpf frexpl gethostname getpwuid getrusage)
AC_CHECK_FUNCS(BSDgettimeofday longjmp setsysinfo sigaction)
AC_CHECK_FUNCS(signal snprintf vasprintf strdup system waitpid)
AC_CHECK_FUNCS(random srandom)