* [PATCH] kill: Check the correct variable when configuring.
@ 2012-05-25 18:11 Thomas Schwinge
2012-05-29 8:00 ` Karel Zak
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Schwinge @ 2012-05-25 18:11 UTC (permalink / raw)
To: util-linux; +Cc: Thomas Schwinge
Signed-off-by: Thomas Schwinge <thomas@codesourcery.com>
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index a1b1e9b..eb67ada 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],
--
1.7.9
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] kill: Check the correct variable when configuring.
2012-05-25 18:11 [PATCH] kill: Check the correct variable when configuring Thomas Schwinge
@ 2012-05-29 8:00 ` Karel Zak
0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2012-05-29 8:00 UTC (permalink / raw)
To: Thomas Schwinge; +Cc: util-linux
On Fri, May 25, 2012 at 08:11:22PM +0200, Thomas Schwinge wrote:
> configure.ac | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Applied, thanks.
--
Karel Zak <kzak@redhat.com>
http://karelzak.blogspot.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-29 8:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-25 18:11 [PATCH] kill: Check the correct variable when configuring Thomas Schwinge
2012-05-29 8:00 ` Karel Zak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).