]> git.sur5r.net Git - bacula/bacula/commit
Move batch insert detection into db.m4
authorMarco van Wieringen <mvw@planets.elm.net>
Mon, 7 Nov 2011 18:38:03 +0000 (19:38 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:12 +0000 (14:50 +0200)
commit9333d48edb562193d9f5bfaaebddc4ec2cf5c192
tree82a0bb8bec9c52b4e54770fc83ccf38b93f41d1d
parent297a12f564622d7e869f6ff0134c0a4f28dc4b3c
Move batch insert detection into db.m4

Moved the batch insert detection logic into the db.m4
macros so they only run when an enable command is set.
This makes configure.in much cleaner. We also keep
a list of backends which have batch insert enabled
now that we allow multiple configured backends the
simple yes or no doesn't cut it anymore so we
output all backends that have batch insert enabled.
Also fixed some problems in detecting the batch file
enablers by splitting the LDFLAGS and LIBS for
configure. So now a postgresql or mysql in a non
standard place should work better.
bacula/autoconf/bacula-macros/db.m4
bacula/autoconf/configure.in