]> git.sur5r.net Git - bacula/bacula/commitdiff
Revert "Need an extra lib for dynamic linking against Ingres."
authorKern Sibbald <kern@sibbald.com>
Sat, 10 Apr 2010 10:17:42 +0000 (12:17 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 10 Apr 2010 10:17:42 +0000 (12:17 +0200)
This reverts commit ec44b798b02b4b779bdd402cb83ef7b9e5dc5aab.

bacula/autoconf/bacula-macros/db.m4
bacula/configure

index 6c68e724b9d242358c35873a8a3dc55db9ae7137..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 -lq.1 -lcompat.1 -lframe.1"
+     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])
index a8b49918809889aff0d3103847fb3676d40bc58a..7c469dfe8d8d29273bba16440e9d973fcfc4dd6a 100755 (executable)
@@ -28522,7 +28522,7 @@ echo "$as_me: error: Invalid Ingres directory $withval - unable to find Ingres h
         fi
      fi
      SQL_INCLUDE=-I$INGRES_INCDIR
-     SQL_LFLAGS="-L$INGRES_LIBDIR -lq.1 -lcompat.1 -lframe.1"
+     SQL_LFLAGS="-L$INGRES_LIBDIR -lq.1 -lcompat.1"
      SQL_BINDIR=$INGRES_BINDIR
      SQL_LIB=$INGRES_LIBDIR/libingres.a