]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/autoconf/bacula-macros/db.m4
Use -lq.1 -lcompat.1 as shared libraries instead of linking with -lingres which is...
[bacula/bacula] / bacula / autoconf / bacula-macros / db.m4
index 892447f6b272f3b55d95c7e9f620230a7d0d902b..7e75263f0aa595a29ab8ef13ce12c9bd4a0bf245 100644 (file)
@@ -565,7 +565,7 @@ AC_HELP_STRING([--with-ingres@<:@=DIR@:>@], [Include Ingres support. DIR is the
         fi
      fi
      SQL_INCLUDE=-I$INGRES_INCDIR
-     SQL_LFLAGS="-L$INGRES_LIBDIR -lingres"
+     SQL_LFLAGS="-L$INGRES_LIBDIR -lq.1 -lcompat.1"
      SQL_BINDIR=$INGRES_BINDIR
      SQL_LIB=$INGRES_LIBDIR/libingres.a
      AC_DEFINE(HAVE_INGRES, 1, [Set if have Ingres Database])