diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index bc7db61..29e28c9 100644 --- a/configure.ac +++ b/configure.ac @@ -287,10 +287,9 @@ AS_IF([test "x$have_compressor" != "xyes"], ##### additional checks ##### AC_CHECK_HEADERS([sys/xattr.h], [], []) -AC_CHECK_HEADERS([sys/sysinfo.h], [], []) AC_CHECK_HEADERS([alloca.h], [], []) -AC_CHECK_FUNCS([strndup getopt getopt_long getsubopt fnmatch strchrnul]) +AC_CHECK_FUNCS([strndup getopt getopt_long getsubopt fnmatch strchrnul sched_getaffinity]) ##### generate output ##### |