summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2014-05-26 12:52:18 +0200
committerKarel Zak2014-05-26 12:52:18 +0200
commit574528ed406f1c647853a80a94419cbaba7473e4 (patch)
treefb8547d4094af8659b6d7085335149b8afdbef7a /configure.ac
parentMerge branch 'setarch' of https://github.com/rudimeier/util-linux (diff)
parentbuild-sys: fix typo, sparc vs spark (62b2c024) (diff)
downloadkernel-qcow2-util-linux-574528ed406f1c647853a80a94419cbaba7473e4.tar.gz
kernel-qcow2-util-linux-574528ed406f1c647853a80a94419cbaba7473e4.tar.xz
kernel-qcow2-util-linux-574528ed406f1c647853a80a94419cbaba7473e4.zip
Merge branch 'fix-build-sys' of https://github.com/rudimeier/util-linux
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f4a4b9cd1..e59442be6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -830,7 +830,7 @@ AM_CONDITIONAL([BUILD_FDISK], [test "x$build_fdisk" = xyes])
UL_BUILD_INIT([sfdisk], [check])
-UL_EXCLUDE_ARCH([sfdisk], [spark*])
+UL_EXCLUDE_ARCH([sfdisk], [sparc*])
AM_CONDITIONAL([BUILD_SFDISK], [test "x$build_sfdisk" = xyes])
@@ -1124,7 +1124,7 @@ AM_CONDITIONAL([BUILD_CAL], [test "x$build_cal" = xyes])
UL_BUILD_INIT([logger], [yes])
AM_CONDITIONAL([BUILD_LOGGER], [test "x$build_logger" = xyes])
-UL_BUILD_INIT([loop], [yes])
+UL_BUILD_INIT([look], [yes])
AM_CONDITIONAL([BUILD_LOOK], [test "x$build_look" = xyes])
UL_BUILD_INIT([mcookie], [yes])