summaryrefslogtreecommitdiffstats
path: root/src/configure.in.bot
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-10-17 17:11:53 +0900
committerMichele Calgaro <[email protected]>2024-10-29 21:58:43 +0900
commit40fbabf0fe3486a8e91f3caf2fbb40e341ba69aa (patch)
tree858bd532d394f08fe82b35ba2895a44501e16370 /src/configure.in.bot
parent54c9cce803be42c31e10d5865656cf8d38eb2ef6 (diff)
downloadkrecipes-40fbabf0fe3486a8e91f3caf2fbb40e341ba69aa.tar.gz
krecipes-40fbabf0fe3486a8e91f3caf2fbb40e341ba69aa.zip
Remove check for obsolete sqlite support. Check only for aqlite3
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit d572a3f536f3cb283303c161095c5e83d4dc27da)
Diffstat (limited to 'src/configure.in.bot')
-rw-r--r--src/configure.in.bot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configure.in.bot b/src/configure.in.bot
index 6116164..c01eef7 100644
--- a/src/configure.in.bot
+++ b/src/configure.in.bot
@@ -19,7 +19,7 @@ fi
echo "- -"
-if test "x$have_sqlite" = "xtrue" || test "x$have_sqlite3" = "xtrue"; then
+if test "x$have_sqlite3" = "xtrue"; then
echo "- SQLite Found..................... YES -"
else
echo "- SQLite Found..................... NO -"
@@ -39,7 +39,7 @@ echo "You can get SQLite from: http://www.hwaci.com/sw/sqlite/"
echo "Or MySQL from: http://www.mysql.com"
else if test "x$have_mysql" = "xtrue"; then
- if test "x$have_sqlite" = "xtrue" || test "x$have_sqlite3" = "xtrue"; then
+ if test "x$have_sqlite3" = "xtrue"; then
echo "- -"
echo "- Fine, you can build Krecipes now -"
echo "------------------------------------------------"