diff options
author | Jakub Jelinek <jakub@redhat.com> | 2008-09-19 22:27:11 +0200 |
---|---|---|
committer | Andreas Tobler <andreast@gcc.gnu.org> | 2008-09-19 22:27:11 +0200 |
commit | e2b3410665b598de5b489d1a8aee6ee49b081714 (patch) | |
tree | 2bbc3bd7ed9e5c0e7c24b786dc3adfb5eaef9818 /libgomp/configure | |
parent | 60ffe2fe5ea6a3193e8605e571633424a490f0b9 (diff) | |
download | gcc-e2b3410665b598de5b489d1a8aee6ee49b081714.zip gcc-e2b3410665b598de5b489d1a8aee6ee49b081714.tar.gz gcc-e2b3410665b598de5b489d1a8aee6ee49b081714.tar.bz2 |
proc.c: New file.
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.
Co-Authored-By: Andreas Tobler <a.tobler@schweiz.org>
From-SVN: r140497
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 1fc0891..a9f7df5 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 |