summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRuediger Meier2014-05-23 13:08:28 +0200
committerRuediger Meier2014-05-23 13:10:53 +0200
commit4c838e6c0f193cb607d540b9d720c08397e0883c (patch)
tree014adefc848f2ad11d66595ce0ebb8336553ecb3 /configure.ac
parentbuild-sys: cleanup bash-completion/ (diff)
downloadkernel-qcow2-util-linux-4c838e6c0f193cb607d540b9d720c08397e0883c.tar.gz
kernel-qcow2-util-linux-4c838e6c0f193cb607d540b9d720c08397e0883c.tar.xz
kernel-qcow2-util-linux-4c838e6c0f193cb607d540b9d720c08397e0883c.zip
build-sys: fix typo, look vs loop (1b15cbd1)
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f4a4b9cd1..9636cf931 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])