From: Thomas Schwinge Date: Fri, 25 May 2012 18:11:22 +0000 (+0200) Subject: kill: Check the correct variable when configuring. X-Git-Tag: v2.22-rc1~357 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=626e877354ef7cd5211be30dfb2ab61efbdf2aba;p=thirdparty%2Futil-linux.git kill: Check the correct variable when configuring. Signed-off-by: Thomas Schwinge --- diff --git a/configure.ac b/configure.ac index a1b1e9b7f5..eb67ada4b1 100644 --- a/configure.ac +++ b/configure.ac @@ -976,7 +976,7 @@ AC_ARG_ENABLE([kill], ) UL_BUILD_INIT([kill]) UL_REQUIRES_LINUX([kill]) -AM_CONDITIONAL(BUILD_KILL, test "x$enable_kill" = xyes) +AM_CONDITIONAL(BUILD_KILL, test "x$build_kill" = xyes) AC_ARG_ENABLE([last],