sticker/Database: require SQLite 3.7.3
SQLite 3.7.3 is the version shipped in Debian Squeeze (oldstable); should be old enough to be the required version. Drop the compatibility #ifdef.
This commit is contained in:
@@ -690,7 +690,7 @@ dnl ---------------------------------------------------------------------------
|
||||
|
||||
dnl ---------------------------------- sqlite ---------------------------------
|
||||
|
||||
MPD_ENABLE_AUTO_PKG(sqlite, SQLITE, [sqlite3],
|
||||
MPD_ENABLE_AUTO_PKG(sqlite, SQLITE, [sqlite3 >= 3.7.3],
|
||||
[SQLite database support], [sqlite not found],
|
||||
[$database_auto])
|
||||
|
||||
|
Reference in New Issue
Block a user