[systemd-commits] configure.ac
Dave Reisner
dreisner at kemper.freedesktop.org
Sun Oct 21 05:36:55 PDT 2012
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c1c02e07ed87e027a6364c4f4aa2468796ca1c56
Author: Dave Reisner <dreisner at archlinux.org>
Date: Sun Oct 21 08:33:33 2012 -0400
configure.ac: fix typo in fallback value for KILL
diff --git a/configure.ac b/configure.ac
index a16e7ea..fe367d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,7 +69,7 @@ AC_PATH_PROG([QUOTACHECK], [quotacheck], [/usr/sbin/quotacheck])
AC_PATH_PROG([SETCAP], [setcap], [/usr/sbin/setcap])
-AC_PATH_PROG([KILL], [kill], [/usr/bin/cap])
+AC_PATH_PROG([KILL], [kill], [/usr/bin/kill])
# gtkdocize greps for '^GTK_DOC_CHECK', so it needs to be on its own line
m4_ifdef([GTK_DOC_CHECK], [
More information about the systemd-commits
mailing list