]> 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>
Sat, 20 Apr 2013 12:50:10 +0000 (14:50 +0200)
commite4858fd17c4601dfc162b4fa412c4e2ae4f8cde9
tree58ed514b4acc78ffa852e1d438d46ab830dac964
parentb0415183dcf5b60f271691fd5f0ceb2ffb4daa8f
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