From 4c838e6c0f193cb607d540b9d720c08397e0883c Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Fri, 23 May 2014 11:08:28 +0000 Subject: build-sys: fix typo, look vs loop (1b15cbd1) Signed-off-by: Ruediger Meier --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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]) -- cgit v1.2.3-55-g7522