From 3f376bbd58d44a16032cb45373b11f6fd06d9589 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 29 Aug 2017 16:12:15 +0200 Subject: [PATCH] Disable SQLite3 support --- bacula/autoconf/configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 00d30a417b..416d0bce73 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -1589,7 +1589,7 @@ BA_CHECK_POSTGRESQL_DB BA_CHECK_MYSQL_DB -BA_CHECK_SQLITE3_DB +#BA_CHECK_SQLITE3_DB dnl ------------------------------------------- dnl If no batch insert backend are enable set @@ -1606,7 +1606,7 @@ if test "x${db_backends}" = "x" ; then echo " " echo " " echo "You have not specified either --enable-client-only or one of the" - echo "supported databases: MySQL, PostgreSQL, or SQLite3." + echo "supported databases: MySQL, or PostgreSQL." echo "This is not permitted. Please reconfigure." echo " " echo "Aborting the configuration ..." @@ -1640,7 +1640,7 @@ case `echo $DB_BACKENDS | wc -w | sed -e 's/^ *//'` in echo " " echo " " echo "You have specified two or more of the" - echo "supported databases: MySQL, PostgreSQL, or SQLite3." + echo "supported databases: MySQL or PostgreSQL." echo "This is not permitted when not using libtool Please reconfigure." echo " " echo "Aborting the configuration ..." -- 2.39.5