]> git.sur5r.net Git - bacula/bacula/commitdiff
Revert "Disable SQLite3 support"
authorKern Sibbald <kern@sibbald.com>
Sun, 3 Sep 2017 07:30:20 +0000 (09:30 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 3 Sep 2017 07:30:20 +0000 (09:30 +0200)
This reverts commit 3f376bbd58d44a16032cb45373b11f6fd06d9589.

bacula/autoconf/configure.in

index 416d0bce73395cab0c025e482724ef6720bf38dd..00d30a417bc1c28c5c2fe0625e1fa66112e44cd1 100644 (file)
@@ -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 ..."