From 3a23e9bc3fef437c34a845fd1bfd6a4057d2969c Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 18 Jun 2010 10:19:31 +0200 Subject: [PATCH] update configure --- bacula/configure | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5