summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2014-05-25 05:55:39 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2014-05-25 05:55:39 (GMT)
commit60f8a4100e2e0b221ab291a99167350299dbbe1b (patch)
tree4a98a09051a98e25d45c902d0ec92fe86f957970 /configure.ac
parenta8b48bc7f5355b951b30bc656f7c7c03b69c0329 (diff)
downloadhdf5-60f8a4100e2e0b221ab291a99167350299dbbe1b.zip
hdf5-60f8a4100e2e0b221ab291a99167350299dbbe1b.tar.gz
hdf5-60f8a4100e2e0b221ab291a99167350299dbbe1b.tar.bz2
[svn-r25215] Description:
Bring changes from Coverity branch back to trunk: r20914: Use HDstrncpy and HDstrncat! --gh 20915: Use HDstrncpy and HDstrncat! --gh Tested on: Mac OSX/64 10.9.3 (amazon) w/gcc 4.9.0, C++, FORTRAN & parallel (too minor to require h5committest)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7ca4b24..71d6070 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2197,7 +2197,7 @@ AC_CHECK_FUNCS([gethostname getpwuid getrusage lstat])
AC_CHECK_FUNCS([rand_r random setsysinfo])
AC_CHECK_FUNCS([signal longjmp setjmp siglongjmp sigsetjmp sigprocmask])
AC_CHECK_FUNCS([snprintf srandom strdup symlink system])
-AC_CHECK_FUNCS([tmpfile vasprintf waitpid])
+AC_CHECK_FUNCS([tmpfile asprintf vasprintf waitpid])
## Check for vsnprintf() separately, so we can detect situations where it
## doesn't return the correct size for formatted strings that are too large