[tracker/checkpoint] build: report in configure output whether support for journal is built



commit 20580895a97b2243f38def6f0baa1e889ddc2e06
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Tue Jun 28 16:18:38 2011 +0200

    build: report in configure output whether support for journal is built

 configure.ac |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1b17db2..0410bc5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -625,6 +625,12 @@ AC_ARG_ENABLE(journal,
              [enable_journal="$enableval"],
              [enable_journal=yes])
 
+if test "x$enable_journal" != "xno" ; then
+   have_tracker_journal="yes"
+else
+   have_tracker_journal="no  (disabled)"
+fi
+
 AM_CONDITIONAL(DISABLE_JOURNAL, test "x$enable_journal" = "xno")
 
 if test "x$enable_journal" = "xno" ; then
@@ -2184,6 +2190,7 @@ Build Configuration:
 
 Applications:
 
+	Build with Journal support:             $have_tracker_journal
 	Build with SQLite FTS support:          $have_tracker_fts
 
 	Build tracker-preferences:              $have_tracker_preferences



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