summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2012-11-02 12:07:36 +0100
committerKarel Zak2012-11-02 12:07:36 +0100
commite21e6d265d3803e51db2be6a332a601280fce7a8 (patch)
tree45718d862ebc0ad7897b01c10def67951ad8b111 /configure.ac
parentsfdisk: fix formatting typo in man page (diff)
downloadkernel-qcow2-util-linux-e21e6d265d3803e51db2be6a332a601280fce7a8.tar.gz
kernel-qcow2-util-linux-e21e6d265d3803e51db2be6a332a601280fce7a8.tar.xz
kernel-qcow2-util-linux-e21e6d265d3803e51db2be6a332a601280fce7a8.zip
build-sys: cleanup cpu_set_t usage
- make taskset depend on cpu_set_t - make cpuset.c optional for libcommon and lib/path.c Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fd5bc2e8d..727113a53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1184,6 +1184,7 @@ AM_CONDITIONAL(BUILD_IONICE, test "x$build_ionice" = xyes)
UL_BUILD_INIT([taskset], [check])
UL_REQUIRES_BUILD([taskset], [schedutils])
+UL_REQUIRES_HAVE([taskset], [cpu_set_t], [cpu_set_t type])
UL_REQUIRES_SYSCALL_CHECK([taskset],
[UL_CHECK_SYSCALL([sched_getaffinity])],
[sched_getaffinity])