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"