From: Petr Uzel Date: Tue, 21 Feb 2012 15:03:25 +0000 (+0100) Subject: build-sys: fix building of wall X-Git-Tag: v2.21~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fc8888b047834a71b35687c78131eb0f19fb028;p=thirdparty%2Futil-linux.git build-sys: fix building of wall Signed-off-by: Petr Uzel --- diff --git a/configure.ac b/configure.ac index ac760c1879..7e88aa1838 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)