summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2014-05-29 21:26:28 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2014-05-29 21:26:28 (GMT)
commitb0fe30721b1ece1721a99c9151c4685901c05d20 (patch)
treee8d748d7836fda7a0df38d3baf7de7417040ba7f /configure
parent5278b9737dad788a99cd44186b309e402c311139 (diff)
downloadhdf5-b0fe30721b1ece1721a99c9151c4685901c05d20.zip
hdf5-b0fe30721b1ece1721a99c9151c4685901c05d20.tar.gz
hdf5-b0fe30721b1ece1721a99c9151c4685901c05d20.tar.bz2
[svn-r25225] Description:
Bring r25215 from trunk to 1.8 branch: Bring changes from Coverity branch back to trunk: r20914: Use HDstrncpy and HDstrncat! --gh r20915: Use HDstrncpy and HDstrncat! --gh Tested on: MacOSX/64 10.9.3 (amazon) w/gcc 4.9, FORTRAN, C++, multi-threads & parallel (h5committested on the trunk)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f49638b..ac1926f 100755
--- a/configure
+++ b/configure
@@ -27307,7 +27307,7 @@ _ACEOF
fi
done
-for ac_func in tmpfile vasprintf waitpid
+for ac_func in tmpfile asprintf vasprintf waitpid
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"