summaryrefslogtreecommitdiff
path: root/libgomp/configure.ac
diff options
context:
space:
mode:
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2008-09-19 20:27:11 +0000
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2008-09-19 20:27:11 +0000
commit84f90f7d600759655dead891eeab9f4a2f20eebb (patch)
tree2bbc3bd7ed9e5c0e7c24b786dc3adfb5eaef9818 /libgomp/configure.ac
parent464cc29ad11b1f3205c995e05ee5e87a089e5962 (diff)
downloadgcc-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.ac')
-rw-r--r--libgomp/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/configure.ac b/libgomp/configure.ac
index 21aed2ba819..db8e2811a30 100644
--- a/libgomp/configure.ac
+++ b/libgomp/configure.ac
@@ -154,7 +154,7 @@ AC_SUBST(libtool_VERSION)
AC_STDC_HEADERS
AC_HEADER_TIME
ACX_HEADER_STRING
-AC_CHECK_HEADERS(unistd.h semaphore.h sys/loadavg.h sys/time.h)
+AC_CHECK_HEADERS(unistd.h semaphore.h sys/loadavg.h sys/time.h sys/time.h)
GCC_HEADER_STDINT(gstdint.h)