summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPetr Uzel2012-02-21 16:03:25 +0100
committerKarel Zak2012-02-22 11:51:59 +0100
commit8fc8888b047834a71b35687c78131eb0f19fb028 (patch)
tree86da2f27e774601441e0bc378bf0083c9c607e95 /configure.ac
parentmkfs.bfs: add setlocale (diff)
downloadkernel-qcow2-util-linux-8fc8888b047834a71b35687c78131eb0f19fb028.tar.gz
kernel-qcow2-util-linux-8fc8888b047834a71b35687c78131eb0f19fb028.tar.xz
kernel-qcow2-util-linux-8fc8888b047834a71b35687c78131eb0f19fb028.zip
build-sys: fix building of wall
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
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 ac760c187..7e88aa183 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1037,7 +1037,7 @@ AC_ARG_ENABLE([wall],
AS_HELP_STRING([--disable-wall], [do not build wall]),
[], enable_wall=yes
)
-UL_BUILD_INIT([wasll])
+UL_BUILD_INIT([wall])
AM_CONDITIONAL(BUILD_WALL, test "x$build_wall" = xyes)