configure.ac: Fix check for header <sys/sysctl.h>.
authorAndreas Tobler <andreast@gcc.gnu.org>
Tue, 23 Jun 2015 17:59:59 +0000 (19:59 +0200)
committerAndreas Tobler <andreast@gcc.gnu.org>
Tue, 23 Jun 2015 17:59:59 +0000 (19:59 +0200)
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

libgomp/ChangeLog
libgomp/config.h.in
libgomp/configure
libgomp/configure.ac

index 34b3396..a01f9b2 100644 (file)
@@ -1,3 +1,9 @@
+2015-06-23  Andreas Tobler  <andreast@gcc.gnu.org>
+
+       * configure.ac: Fix check for header <sys/sysctl.h>.
+       * configure: Regenerate.
+       * config.h.in: Likewise.
+
 2015-06-23  Tom de Vries  <tom@codesourcery.com>
 
        * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c (main): Use
index 1fab258..8533f03 100644 (file)
@@ -73,6 +73,9 @@
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #undef HAVE_SYS_STAT_H
 
+/* Define to 1 if you have the <sys/sysctl.h> header file. */
+#undef HAVE_SYS_SYSCTL_H
+
 /* Define to 1 if you have the <sys/time.h> header file. */
 #undef HAVE_SYS_TIME_H
 
index 8b5e210..f1a92ba 100755 (executable)
@@ -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"
index 51e646d..9cf0218 100644 (file)
@@ -170,7 +170,7 @@ AC_SUBST(libtool_VERSION)
 AC_STDC_HEADERS
 AC_HEADER_TIME
 ACX_HEADER_STRING
-AC_CHECK_HEADERS(pthread.h unistd.h semaphore.h sys/loadavg.h sys/time.h sys/time.h)
+AC_CHECK_HEADERS(pthread.h unistd.h semaphore.h sys/loadavg.h sys/sysctl.h sys/time.h)
 
 GCC_HEADER_STDINT(gstdint.h)