diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e89dd096..f7cbe188 100644 --- a/configure.ac +++ b/configure.ac @@ -213,6 +213,12 @@ AS_IF([test "x$enable_gdk_pixbuf" != "xno"], ]) +AC_CHECK_LIB([pthread], [sched_setaffinity], [ + AC_DEFINE([HAVE_CPU_AFFINITY], [1], + [Define to 1 if sched_setaffinity is available.]) +]) + + dnl Conditionals... AM_CONDITIONAL([HAVE_OPENCL], test x$have_opencl = xtrue) |