X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=40673354eae70bab386c7b028dd3d572d1e67855;hb=26cc6e39618cb081c024750476590476e20b0138;hp=85e0617aa0c3eba0b367fb651dcad722a5a6e682;hpb=bb57db143d9c0207e4c2c4c24ceb688714c2980d;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index 85e0617..4067335 100644 --- a/configure.ac +++ b/configure.ac @@ -1029,7 +1029,7 @@ dnl off_t, because it will affect the result of that test. AC_SYS_LARGEFILE dnl ** check for specific header (.h) files that we are interested in -AC_CHECK_HEADERS([bfd.h ctype.h dirent.h dlfcn.h errno.h fcntl.h grp.h limits.h locale.h nlist.h pthread.h pwd.h signal.h sys/mman.h sys/resource.h sys/time.h sys/timeb.h sys/timers.h sys/times.h sys/utsname.h sys/wait.h termios.h time.h utime.h windows.h winsock.h]) +AC_CHECK_HEADERS([bfd.h ctype.h dirent.h dlfcn.h errno.h fcntl.h grp.h limits.h locale.h nlist.h pthread.h pwd.h signal.h sys/mman.h sys/resource.h sys/time.h sys/timeb.h sys/timers.h sys/times.h sys/utsname.h sys/wait.h termios.h time.h utime.h windows.h winsock.h sched.h]) dnl ** check if it is safe to include both and AC_HEADER_TIME @@ -1107,7 +1107,7 @@ fi dnl ** check for more functions dnl ** The following have been verified to be used in ghc/, but might be used somewhere else, too. -AC_CHECK_FUNCS([getclock getrusage gettimeofday setitimer siginterrupt sysconf times ctime_r]) +AC_CHECK_FUNCS([getclock getrusage gettimeofday setitimer siginterrupt sysconf times ctime_r, sched_setaffinity]) AC_TRY_RUN([ #include