diff options
Diffstat (limited to 'src/configure.in.bot')
-rw-r--r-- | src/configure.in.bot | 4 |
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 "------------------------------------------------" |