From fbd4f17d0904d0135e515f22f1db8ef91f9f8194 Mon Sep 17 00:00:00 2001 From: titan Date: Fri, 16 Mar 2007 04:40:05 +0000 Subject: [PATCH] Remove version restriction on sqlite3 because I am not sure which versions work. SVN revision: 28764 --- configure.in | 2 +- po/ephoto.pot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index d76b73d..5f36890 100644 --- a/configure.in +++ b/configure.in @@ -73,7 +73,7 @@ AC_CHECK_HEADERS(sqlite3.h, ) AC_SUBST(SQLITE_LIBS) -if pkg-config --exists 'sqlite3 >= 3.3'; then +if pkg-config --exists sqlite3; then have_sqlite3="Yes" else have_sqlite3="No" diff --git a/po/ephoto.pot b/po/ephoto.pot index 4d4ec09..124d4bd 100644 --- a/po/ephoto.pot +++ b/po/ephoto.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-03-15 17:29-0500\n" +"POT-Creation-Date: 2007-03-15 17:39-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"