diff options
author | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-19 20:27:11 +0000 |
---|---|---|
committer | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-19 20:27:11 +0000 |
commit | 84f90f7d600759655dead891eeab9f4a2f20eebb (patch) | |
tree | 2bbc3bd7ed9e5c0e7c24b786dc3adfb5eaef9818 /libgomp/configure | |
parent | 464cc29ad11b1f3205c995e05ee5e87a089e5962 (diff) | |
download | gcc-84f90f7d600759655dead891eeab9f4a2f20eebb.tar.gz |
2008-09-19 Jakub Jelinek <jakub@redhat.com>
Andreas Tobler <a.tobler@schweiz.org>
* config/bsd/proc.c: New file.
* configure.tgt (*-*-darwin*): Use config_path "darwin posix".
* configure.ac: Check for header <sys/sysctl.h>
* configure: Regenerate.
* config.h.in: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140497 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 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 |