aboutsummaryrefslogtreecommitdiff
path: root/libgomp/configure
diff options
context:
space:
mode:
authorAndreas Tobler <andreast@gcc.gnu.org>2015-06-23 19:59:59 +0200
committerAndreas Tobler <andreast@gcc.gnu.org>2015-06-23 19:59:59 +0200
commit6d9d1eeb9708d96b5402513c2e7de25b397bd14c (patch)
tree20f341da2b8fa4cdac71f9a639ba67e309200015 /libgomp/configure
parent4fa0f9ea8c17bc5b44e63b7c77cb728f64418718 (diff)
downloadgcc-6d9d1eeb9708d96b5402513c2e7de25b397bd14c.zip
gcc-6d9d1eeb9708d96b5402513c2e7de25b397bd14c.tar.gz
gcc-6d9d1eeb9708d96b5402513c2e7de25b397bd14c.tar.bz2
configure.ac: Fix check for header <sys/sysctl.h>.
2015-06-23 Andreas Tobler <andreast@gcc.gnu.org> * configure.ac: Fix check for header <sys/sysctl.h>. * configure: Regenerate. * config.h.in: Likewise. From-SVN: r224855
Diffstat (limited to 'libgomp/configure')
-rwxr-xr-xlibgomp/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/configure b/libgomp/configure
index 8b5e210..f1a92ba 100755
--- a/libgomp/configure
+++ b/libgomp/configure
@@ -14614,7 +14614,7 @@ $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
fi
-for ac_header in pthread.h unistd.h semaphore.h sys/loadavg.h sys/time.h sys/time.h
+for ac_header in pthread.h unistd.h semaphore.h sys/loadavg.h sys/sysctl.h sys/time.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"