stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=446897bf3df939cbea0284fff0ec393efc64a7b7

commit 446897bf3df939cbea0284fff0ec393efc64a7b7
Author: Stefan Schmidt <[email protected]>
Date:   Wed Dec 10 14:43:19 2014 +0100

    configure: Fix typo in systemd-login check
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 8ed30c4..d1eb568 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"])

-- 


Reply via email to