tasque r28 - trunk
- From: btimothy svn gnome org
- To: svn-commits-list gnome org
- Subject: tasque r28 - trunk
- Date: Fri, 14 Mar 2008 20:26:48 +0000 (GMT)
Author: btimothy
Date: Fri Mar 14 20:26:48 2008
New Revision: 28
URL: http://svn.gnome.org/viewvc/tasque?rev=28&view=rev
Log:
* configure.ac: Fixed a problem in the logic where the icecore backend
wasn't being evaluated. The user/builder would only see this when
specifying only icecore as the backend. In this case, the only
thing that would happen is that it would also cause RTM to be
built.
Modified:
trunk/ChangeLog
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Fri Mar 14 20:26:48 2008
@@ -163,7 +163,7 @@
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_icecore" = "xno" ; then
if test "x$enable_backend_eds" = "xno" ; then
# No other backend was enabled, so enable
# the RTM Backend by default
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]