summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2014-05-21 12:57:13 +0200
committerKarel Zak2014-05-21 12:57:13 +0200
commit62b2c024213855a15f8cce809e6d240e6ade374c (patch)
tree2a9e223c2ca8b7dc22ed971be2be47da07a8adfa /configure.ac
parentbuild-sys: add BUILD_{SFDISK,BLOCKDEV,MKSWAP,IOSIZE,MKFS} (diff)
downloadkernel-qcow2-util-linux-62b2c024213855a15f8cce809e6d240e6ade374c.tar.gz
kernel-qcow2-util-linux-62b2c024213855a15f8cce809e6d240e6ade374c.tar.xz
kernel-qcow2-util-linux-62b2c024213855a15f8cce809e6d240e6ade374c.zip
build-sys: add UL_EXCLUDE_ARCH()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 79de3c7a3..8d537de32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -829,7 +829,8 @@ UL_REQUIRES_BUILD([fdisk], [libfdisk])
AM_CONDITIONAL([BUILD_FDISK], [test "x$build_fdisk" = xyes])
-UL_BUILD_INIT([sfdisk], [yes])
+UL_BUILD_INIT([sfdisk], [check])
+UL_EXCLUDE_ARCH([sfdisk], [spark*])
AM_CONDITIONAL([BUILD_SFDISK], [test "x$build_sfdisk" = xyes])