Remove version restriction on sqlite3 because I am not sure which versions work.

SVN revision: 28764
This commit is contained in:
titan 2007-03-16 04:40:05 +00:00 committed by titan
parent 594787580b
commit fbd4f17d09
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"