From: Eric Bollengier Date: Fri, 18 Jun 2010 08:19:31 +0000 (+0200) Subject: update configure X-Git-Tag: Release-7.0.0~1750 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9abe999bb2fc5f645d6b920199e3589acfc1206f;p=bacula%2Fbacula update configure --- diff --git a/bacula/configure b/bacula/configure index 83317562a5..3183959c5f 100755 --- a/bacula/configure +++ b/bacula/configure @@ -23700,6 +23700,9 @@ fi fi +saved_LIBS="${LIBS}" +LIBS="${saved_LIBS} ${SQL_LFLAGS}" + if test x$DB_TYPE = xpostgresql; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PQisthreadsafe in -lpq" >&5 $as_echo_n "checking for PQisthreadsafe in -lpq... " >&6; } @@ -23952,6 +23955,8 @@ else uncomment_dbi="#" fi +LIBS="${saved_LIBS}" + if test x$DB_TYPE = xingres; then