From 418274c1922c17af32d0d4746a711893362a8116 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 3 Sep 2017 11:31:12 +0200 Subject: [PATCH] Recompile configure.in --- bacula/autoconf/config.h.in | 6 ++++++ bacula/configure | 1 + 2 files changed, 7 insertions(+) diff --git a/bacula/autoconf/config.h.in b/bacula/autoconf/config.h.in index 88e64e3419..60cbb30e45 100644 --- a/bacula/autoconf/config.h.in +++ b/bacula/autoconf/config.h.in @@ -797,6 +797,12 @@ /* Set if building on Solaris 10 */ #undef HAVE_SOLARIS10 +/* Set if you have an SQLite3 Database */ +#undef HAVE_SQLITE3 + +/* Set if have sqlite3_threadsafe */ +#undef HAVE_SQLITE3_THREADSAFE + /* Define to 1 if you have the header file. */ #undef HAVE_STDARG_H diff --git a/bacula/configure b/bacula/configure index 299bd676f4..8c65d4f542 100755 --- a/bacula/configure +++ b/bacula/configure @@ -31129,6 +31129,7 @@ if test "${with_systemd+set}" = set; then : PFILES="${PFILES} \ platforms/systemd/Makefile \ + platforms/systemd/bacula.conf \ platforms/systemd/bacula-dir.service \ platforms/systemd/bacula-fd.service \ platforms/systemd/bacula-sd.service" -- 2.39.5