[PATCH 3/3] Print out probed session tracking



    checking for QT... no
    checking Session tracking support... consolekit
    checking for LIBNL3... no
---
 configure.ac |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure.ac b/configure.ac
index f86368c..9866659 100644
--- a/configure.ac
+++ b/configure.ac
@@ -270,6 +270,7 @@ if test "$with_systemdsystemunitdir" != no; then
 fi
 
 # session tracking support
+AC_MSG_CHECKING([Session tracking support])
 AC_ARG_WITH(session-tracking, AS_HELP_STRING([--with-session-tracking=systemd|consolekit|no],
 	[Select session tracking support (default: consolekit)]))
 # default to consolekit
@@ -290,6 +291,7 @@ fi
 if test "with_session_tracking" = "consolekit"; then
 	AC_SUBST(CKDB_PATH, /var/run/ConsoleKit/database)
 fi
+AC_MSG_RESULT($with_session_tracking)
 
 AC_ARG_WITH(suspend-resume, AS_HELP_STRING([--with-suspend-resume=upower|systemd], [Build NetworkManager with specific suspend/resume support]))
 if test "z$with_suspend_resume" = "z"; then
-- 
1.7.10.4


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]