summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Schwinge2012-05-25 20:11:22 +0200
committerKarel Zak2012-05-29 09:32:33 +0200
commit626e877354ef7cd5211be30dfb2ab61efbdf2aba (patch)
tree27dc70d669e200fff27ba4259dfb27f50fe999ba /configure.ac
parentlogger: mark decode/pencode as static (diff)
downloadkernel-qcow2-util-linux-626e877354ef7cd5211be30dfb2ab61efbdf2aba.tar.gz
kernel-qcow2-util-linux-626e877354ef7cd5211be30dfb2ab61efbdf2aba.tar.xz
kernel-qcow2-util-linux-626e877354ef7cd5211be30dfb2ab61efbdf2aba.zip
kill: Check the correct variable when configuring.
Signed-off-by: Thomas Schwinge <thomas@codesourcery.com>
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 a1b1e9b7f..eb67ada4b 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],