]> git.sur5r.net Git - bacula/bacula/commitdiff
update configure
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 18 Jun 2010 08:19:31 +0000 (10:19 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:53:54 +0000 (16:53 +0200)
bacula/configure

index 83317562a5f28b9fd151ef7eab53cbb2ed1e922c..3183959c5fbca3d1173e7253f5f74581ea603588 100755 (executable)
@@ -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