configure: Fix typo in systemd-login check

This commit is contained in:
Stefan Schmidt 2014-12-10 14:43:19 +01:00
parent 6b27d7add2
commit 446897bf3d
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ AM_CONDITIONAL(HAVE_SYSTEMD_LOGIN, test "x$have_systemd_login" = "xyes")
# check for systemd library if requested
if test "x${want_systemd}" = "xyes" -a "x${have_systemd_pkg}" = "xno"; then
AC_MSG_ERROR([Systemd dependencie requested but not found])
AC_MSG_ERROR([Systemd dependency requested but not found])
fi
AM_CONDITIONAL([WANT_SYSTEMD], [test "${want_systemd}" = "yes"])