mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 01:50:25 +01:00
build: Fix with_session_tracking check vs consolkit.
Fix with_session_tracking check vs consolkit, missing dollar before identifier. https://bugzilla.gnome.org/show_bug.cgi?id=690991
This commit is contained in:
parent
a787e5c585
commit
338f1e4e6a
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ if test "$with_session_tracking" = "systemd"; then
|
|||
AC_SUBST(SYSTEMD_LOGIN_CFLAGS)
|
||||
AC_SUBST(SYSTEMD_LOGIN_LIBS)
|
||||
fi
|
||||
if test "with_session_tracking" = "consolekit"; then
|
||||
if test "$with_session_tracking" = "consolekit"; then
|
||||
AC_SUBST(CKDB_PATH, /var/run/ConsoleKit/database)
|
||||
fi
|
||||
AC_MSG_RESULT($with_session_tracking)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue