From 84f90f7d600759655dead891eeab9f4a2f20eebb Mon Sep 17 00:00:00 2001 From: andreast Date: Fri, 19 Sep 2008 20:27:11 +0000 Subject: 2008-09-19 Jakub Jelinek Andreas Tobler * config/bsd/proc.c: New file. * configure.tgt (*-*-darwin*): Use config_path "darwin posix". * configure.ac: Check for header * configure: Regenerate. * config.h.in: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140497 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgomp/configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libgomp/configure') diff --git a/libgomp/configure b/libgomp/configure index 1fc0891b26f..a9f7df510f0 100755 --- a/libgomp/configure +++ b/libgomp/configure @@ -13540,7 +13540,8 @@ fi -for ac_header in unistd.h semaphore.h sys/loadavg.h sys/time.h + +for ac_header in unistd.h semaphore.h sys/loadavg.h sys/time.h sys/time.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then -- cgit v1.2.1