From c5ee947070789f82906b4ca44970d6ca59720d60 Mon Sep 17 00:00:00 2001 From: Chengwei Yang Date: Fri, 1 Nov 2013 16:07:30 +0800 Subject: [PATCH] Configure summary: display message capture status It's good to let user know if message capture feature enabled or not in configure summary output. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=60859 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index b26a36f..9bb0943 100644 --- a/configure.ac +++ b/configure.ac @@ -1845,6 +1845,7 @@ echo " Building Doxygen docs: ${enable_doxygen_docs} Building XML docs: ${enable_xml_docs} Building launchd support: ${have_launchd} + Building message capture: ${enable_capture} Init scripts style: ${with_init_scripts} Abstract socket names: ${ac_cv_have_abstract_sockets} System bus socket: ${DBUS_SYSTEM_SOCKET} -- 1.7.9.5