configure: Fix typo in systemd-login check
authorStefan Schmidt <s.schmidt@samsung.com>
Wed, 10 Dec 2014 13:43:19 +0000 (14:43 +0100)
committerStefan Schmidt <s.schmidt@samsung.com>
Wed, 10 Dec 2014 13:52:58 +0000 (14:52 +0100)
configure.ac

index 8ed30c4..d1eb568 100644 (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"])