]> 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)
commit0171bf4686a984ed1acea17273ef534a9abbe1ba
tree3df26ff1206b69e04b781d4ab1a6dee5083bfe66
parent7bac5f10c6f1c92a8d1e0b25c2bac9589a84302d
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