]> git.sur5r.net Git - bacula/bacula/commit
Fix detection of batch insert enabler functions.
authorMarco van Wieringen <mvw@planets.elm.net>
Sat, 29 Oct 2011 21:55:35 +0000 (23:55 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 30 Oct 2011 10:12:44 +0000 (11:12 +0100)
commit77790119cd8e6f203c5005983bdfd6c17bba24aa
tree011dd9dd8b451c7e902a229da900351c0dab0aa1
parent769d749343644804ce9a813558436f107c8d991e
Fix detection of batch insert enabler functions.

-R is not supported when not run through libtool. For linking the
database backend this is no problem as that is done with libtool
but for detection of things like PQisthreadsafe, PQputCopyData etc
from configure this doesn't work. So we work around that problem
using a special LFLAGS variable which is only used in configure
and which is not used outside configure.
bacula/autoconf/bacula-macros/db.m4
bacula/autoconf/configure.in