[billreminder] Change pysqlite2 check for > 2.4 instead of just 2.5



commit 32234bc4b0e904fe7beeb7c25fcdc26916f471cb
Author: Ken VanDine <ken vandine canonical com>
Date:   Thu Mar 3 14:48:45 2011 -0500

    Change pysqlite2 check for > 2.4 instead of just 2.5

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9c09702..8c348fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@ AC_SUBST(VERSION)
 AM_CHECK_PYMOD([gobject], , , AC_MSG_ERROR([Python module gobject required to run BillReminder]))
 
 dnl This entire python check section borrowed from the hamster-applet project.
-if test "x$PYTHON_VERSION" = "x2.5"; then
+if test "x$PYTHON_VERSION" > "x2.4"; then
     AC_MSG_CHECKING([for python sqlite module])
     if AC_RUN_LOG([DISPLAY= $PYTHON -c '
 try:



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