From e68f251b753297fcd1fc2bb7356588945bd3e69b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 12 Oct 2014 18:58:23 -0400 Subject: configure.ac: Check for libsystemd instead libsystemd-login --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1