From 976e44e324f254780ea9b09347ea0e970e40691c Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 11 Jun 2008 08:27:04 +0200 Subject: re PR libgomp/36469 (bootstrap broken on HPUX PA) PR libgomp/36469 * configure.ac: Add AC_CHECK_FUNCS (strtoull). * configure: Regenerated. * config.h.in: Regenerated. * env.c (strtoull): Define to strtoul if HAVE_STRTOULL is not defined. From-SVN: r136650 --- libgomp/configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libgomp/configure') diff --git a/libgomp/configure b/libgomp/configure index f22c8a0..038aef5 100755 --- a/libgomp/configure +++ b/libgomp/configure @@ -16624,7 +16624,8 @@ rm -f conftest.err conftest.$ac_objext \ # Check for functions needed. -for ac_func in getloadavg clock_gettime + +for ac_func in getloadavg clock_gettime strtoull do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_func" >&5 -- cgit v1.1