tasque r27 - branches/cache
- From: btimothy svn gnome org
- To: svn-commits-list gnome org
- Subject: tasque r27 - branches/cache
- Date: Fri, 14 Mar 2008 20:24:14 +0000 (GMT)
Author: btimothy
Date: Fri Mar 14 20:24:14 2008
New Revision: 27
URL: http://svn.gnome.org/viewvc/tasque?rev=27&view=rev
Log:
* configure.ac: Remove sqlite as a backend configure option.
Modified:
branches/cache/ChangeLog
branches/cache/configure.ac
Modified: branches/cache/configure.ac
==============================================================================
--- branches/cache/configure.ac (original)
+++ branches/cache/configure.ac Fri Mar 14 20:24:14 2008
@@ -122,15 +122,6 @@
enable_backend_rtm=yes, enable_backend_rtm=no)
#
-# SQLite Backend
-#
-AC_ARG_ENABLE(backend_sqlite,
- AC_HELP_STRING([--enable-backend-sqlite],
- [Enable the SQLite Backend [default=no]]),
- enable_backend_sqlite=yes, enable_backend_sqlite=no)
-AM_CONDITIONAL(ENABLE_BACKEND_SQLITE, test "x$enable_backend_sqlite" = "xyes")
-
-#
# ICEcore for IceBackend Support
#
PKG_CHECK_MODULES(ICE_DESKTOP, Novell.IceDesktop, enable_ice_desktop="yes", enable_ice_desktop="no")
@@ -162,13 +153,11 @@
#
if test "x$enable_backend_dummy" = "xno" ; then
if test "x$enable_backend_rtm" = "xno" ; then
- if test "x$enable_backend_sqlite" = "xno" ; then
- if test "x$enable_backend_sqlite" = "xno" ; then
- if test "x$enable_backend_eds" = "xno" ; then
- # No other backend was enabled, so enable
- # the RTM Backend by default
- enable_backend_rtm=yes
- fi
+ if test "x$enable_backend_icecore" = "xno" ; then
+ if test "x$enable_backend_eds" = "xno" ; then
+ # No other backend was enabled, so enable
+ # the RTM Backend by default
+ enable_backend_rtm=yes
fi
fi
fi
@@ -220,6 +209,5 @@
Evolution Backend: ${enable_backend_eds}
ICECore Backend: ${enable_backend_icecore}
RTM Backend: ${enable_backend_rtm}
- SQLite Backend: ${enable_backend_sqlite}
"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]