From 1d618034324cae570a6b2545c630179bc56baf50 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 24 Apr 2010 11:19:55 +0200 Subject: [PATCH] Tweak update configure --- bacula/configure | 2 +- bacula/src/version.h | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bacula/configure b/bacula/configure index f0094fd29e..69a8e808a0 100755 --- a/bacula/configure +++ b/bacula/configure @@ -29430,11 +29430,11 @@ else fi + if test x$DB_TYPE = xingres; then support_batch_insert=yes fi - if test $support_batch_insert = yes ; then cat >>confdefs.h <<\_ACEOF diff --git a/bacula/src/version.h b/bacula/src/version.h index b6db965166..a574d920df 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -1,8 +1,8 @@ #undef VERSION #define VERSION "5.1.4" -#define BDATE "09 April 2010" -#define LSMDATE "09Apr10" +#define BDATE "24 April 2010" +#define LSMDATE "24Apr10" #define PROG_COPYRIGHT "Copyright (C) %d-2010 Free Software Foundation Europe e.V.\n" #define BYEAR "2010" /* year for copyright messages in progs */ @@ -137,6 +137,7 @@ /* #define TRACE_RES 1 */ /* #define DEBUG_MEMSET 1 */ /* #define DEBUG_MUTEX 1 */ +#define BEEF 0 /* * Set SMALLOC_SANITY_CHECK to zero to turn off, otherwise -- 2.39.5