Commit d972a4c2 by Ovidiu Predescu

Create a config.h file. Check for <sched.h>.

From-SVN: r35696
parent 5f974826
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment