[gnome-todo] configure: improve output message



commit 146df0330ad0e6eea39e0afebb60f74a10d395ce
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sat Oct 8 12:21:30 2016 -0300

    configure: improve output message

 configure.ac |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index acd7192..7c1bc26 100644
--- a/configure.ac
+++ b/configure.ac
@@ -131,13 +131,14 @@ echo "
 
         prefix:        ${prefix}
         compiler:      ${CC}
-       global flags:  ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}
+        global flags:  ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}
         release:       ${ax_is_release}
         documentation: ${enable_gtk_doc}
 
     Plugins:
+        Scheduled panel ......... ${enable_scheduled_panel_plugin}
         Score ................... ${enable_score_plugin}
-        Today ................... ${enable_today_plugin}
+        Today panel ............. ${enable_today_panel_plugin}
         Unscheduled panel ....... ${enable_unscheduled_panel_plugin}
 
         Now type 'make' to build $PACKAGE


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