]> 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)
commitae24848e4dfdbda5dbfdbab3a82c6c0fa7e28229
treefb2dd8ff46a34f87ea250c4fbd24891a1016cdc8
parent93d821abf9aa3842dd295d4add0d7ba8bfa18991
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