From f58bf66c02bcae84ac2cfa597108355d0f7e2b91 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 3 Sep 2017 09:30:20 +0200 Subject: [PATCH] Revert "Disable SQLite3 support" This reverts commit 3f376bbd58d44a16032cb45373b11f6fd06d9589. --- 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 416d0bce73..00d30a417b 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, or PostgreSQL." + echo "supported databases: MySQL, PostgreSQL, or SQLite3." 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 or PostgreSQL." + echo "supported databases: MySQL, PostgreSQL, or SQLite3." echo "This is not permitted when not using libtool Please reconfigure." echo " " echo "Aborting the configuration ..." -- 2.39.2