From 7999570354bbb5a539770ef742ef7d985d0847df Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 3 Dec 2009 18:39:23 +0100 Subject: [PATCH] Remove SQLite from configure --- bacula/autoconf/configure.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index ced7d3b204..718a97d8f5 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -3064,9 +3064,6 @@ chmod 755 $c/grant_bdb_privileges $c/drop_bdb_tables $c/drop_bdb_datab chmod 755 $c/create_mysql_database $c/update_mysql_tables $c/make_mysql_tables chmod 755 $c/grant_mysql_privileges $c/drop_mysql_tables $c/drop_mysql_database -chmod 755 $c/create_sqlite_database $c/update_sqlite_tables $c/make_sqlite_tables -chmod 755 $c/grant_sqlite_privileges $c/drop_sqlite_tables $c/drop_sqlite_database - chmod 755 $c/create_sqlite3_database $c/update_sqlite3_tables $c/make_sqlite3_tables chmod 755 $c/grant_sqlite3_privileges $c/drop_sqlite3_tables $c/drop_sqlite3_database -- 2.39.5