mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-06 09:20:32 +01:00
build: fix session tracking for systemd in configure.ac
https://bugzilla.gnome.org/show_bug.cgi?id=698706
This commit is contained in:
parent
34c88dd8e4
commit
190d8aa840
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ AS_IF([! (echo "$with_session_tracking" | grep -q -E "^(systemd|consolekit|no)$"
|
|||
AC_MSG_ERROR([--with-session-tracking must be systemd/consolekit/no, not $with_session_tracking]))
|
||||
# add conditionals and subtitutions
|
||||
AM_CONDITIONAL(SESSION_TRACKING_CK, test "$with_session_tracking" = "consolekit")
|
||||
AM_CONDITIONAL(SESSION_TRACKING_SYSTEMD, test "xwith_session_tracking" = "systemd")
|
||||
AM_CONDITIONAL(SESSION_TRACKING_SYSTEMD, test "$with_session_tracking" = "systemd")
|
||||
if test "$with_session_tracking" = "systemd"; then
|
||||
PKG_CHECK_MODULES(SYSTEMD_LOGIN, [libsystemd-login])
|
||||
AC_SUBST(SYSTEMD_LOGIN_CFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue