summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2014-10-12 18:58:23 -0400
committerJavier Jardón <jjardon@gnome.org>2014-10-12 18:58:23 -0400
commite68f251b753297fcd1fc2bb7356588945bd3e69b (patch)
tree08b4d8098dfba955cdac2ab3b321e8895e2e89d7
parenta503417e2cce66eeb28fad9d36b9149761793500 (diff)
downloadcolord-e68f251b753297fcd1fc2bb7356588945bd3e69b.tar.gz
configure.ac: Check for libsystemd instead libsystemd-loginbaserock/gnome
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f88aafe..d08559b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -226,7 +226,7 @@ AC_ARG_ENABLE(systemd-login, AS_HELP_STRING([--enable-systemd-login],[Build syst
AM_CONDITIONAL(HAVE_LIBSYSTEMD_LOGIN, test x$enable_systemd_login = xyes)
if test x$enable_systemd_login != xno; then
PKG_CHECK_MODULES(LIBSYSTEMD_LOGIN,
- [libsystemd-login >= 44])
+ [libsystemd >= 44])
AC_DEFINE([HAVE_LIBSYSTEMD_LOGIN], 1, [Define to 1 if libsystemd-login is available])
fi
AC_SUBST(HAVE_LIBSYSTEMD_LOGIN)