diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-11 06:27:04 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-11 06:27:04 +0000 |
commit | 17f4f6cb5a57bf5debf272067cda4061f22fed3a (patch) | |
tree | 84cdb8434984529cb5d2724af92ab328c4cbae93 /libgomp/configure | |
parent | e5f280341b24dd4423411b0f8e929eee198d4488 (diff) | |
download | gcc-17f4f6cb5a57bf5debf272067cda4061f22fed3a.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136650 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/configure')
-rwxr-xr-x | libgomp/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgomp/configure b/libgomp/configure index f22c8a06c31..038aef5ef36 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 |