mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
configure.ac: fix typo in fallback value for KILL
This commit is contained in:
parent
fe29f9d25b
commit
c1c02e07ed
@ -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], [
|
||||
|
Loading…
Reference in New Issue
Block a user