blob: 5e280d8c8cd28262bf2478742bd7d5770b9f6a2f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.in.orig Fri Oct 5 12:38:18 2001
+++ configure.in Fri Oct 5 12:38:33 2001
@@ -273,7 +273,7 @@
dnl -- also enable CNID DB when this is found
AC_DEFINE(CNID_DB, 1)
AC_MSG_RESULT([using persistent cnid database per volume])
- LIBS="$LIBS -ldb",
+ LIBS="$LIBS -ldb3",
dnl Not Found
AC_MSG_ERROR([Berkeley DB3 library not found!])
)
|