]> gcc.gnu.org Git - gcc.git/blobdiff - libobjc/configure.in
Create a config.h file. Check for <sched.h>.
[gcc.git] / libobjc / configure.in
index 3fb507d6fcf821d33476cfeea3b423eb9f756619..9183e52bf0546c1ab17e1f404ed74f63db912663 100644 (file)
@@ -21,7 +21,7 @@
 
 AC_PREREQ(2.13)
 AC_INIT(objc/objc.h)
-#AC_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADER(config.h)
 
 if test "${srcdir}" = "." ; then
   if test "${with_target_subdir}" != "." ; then
@@ -91,6 +91,8 @@ the Objective C runtime system.  If necessary, install gcc now with
 
 AC_HEADER_STDC
 
+AC_CHECK_HEADERS(sched.h)
+
 # Determine CFLAGS for gthread.
 
 AC_CACHE_CHECK([for gthread cflags],objc_cv_gthread_flags,
This page took 0.025359 seconds and 5 git commands to generate.