[tracker] Remove sqlite3 command line dependency



commit 3b1a0c9af877d573e3d9e9340baa8af551e722bb
Author: Ivan Frade <ivan frade nokia com>
Date:   Fri Oct 16 11:04:36 2009 +0300

    Remove sqlite3 command line dependency
    
    It was used in some old tests that don't exist anymore

 configure.ac |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7a5294e..1098a4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -300,11 +300,6 @@ if test "x$enable_unit_tests" != "xno" ; then
 
    AC_DEFINE(HAVE_UNIT_TEST, 1, [Define if we have GLib unit test framework])
 
-   AC_PATH_PROG(sqlite_exec, sqlite3)
-   if test -z $sqlite_exec; then
-      AC_MSG_ERROR([Could not find 'sqlite3'])
-   fi
-
    AC_PATH_PROG(gtester, gtester)
    if test -z $gtester; then
       AC_MSG_ERROR([Could not find 'gtester'])



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