]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
kill: Check the correct variable when configuring.
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 25 May 2012 18:11:22 +0000 (20:11 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 29 May 2012 07:32:33 +0000 (09:32 +0200)
Signed-off-by: Thomas Schwinge <thomas@codesourcery.com>
configure.ac

index a1b1e9b7f52295d4c0b970215c15d6d49d0dc950..eb67ada4b10313edb07da5d95bfa9850467c7e10 100644 (file)
@@ -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],