../ is the original,
./ is the working (new, good)version.
alabama:~/src/oops/oops-1.4.17$ diff -u ../configure ./configure
--- ../configure Wed Sep 20 00:45:58 2000
+++ ./configure Fri Sep 22 01:14:13 2000
@@ -1326,6 +1326,9 @@
LIBDB_PATH="$pwd"
elif test -r "/usr/local/lib/libdb.a"; then
LIBDB_PATH="/usr/local"
+elif test -r "/usr/lib/libdb2.a"; then
+ LIBDB_PATH="/usr"
+ LIBDB_NAME=-ldb2
elif test -r "/usr/lib/libdb.a"; then
LIBDB_PATH="/usr"
elif test -r "/usr/local/lib/libdb2.a"; then
alabama:~/src/oops/oops-1.4.17$ diff -u ../configure.in ./configure.in
--- ../configure.in Tue Sep 19 12:10:39 2000
+++ ./configure.in Fri Sep 22 01:14:20 2000
@@ -50,6 +50,9 @@
LIBDB_PATH="$pwd"
elif test -r "/usr/local/lib/libdb.a"; then
LIBDB_PATH="/usr/local"
+elif test -r "/usr/lib/libdb2.a"; then
+ LIBDB_PATH="/usr"
+ LIBDB_NAME=-ldb2
elif test -r "/usr/lib/libdb.a"; then
LIBDB_PATH="/usr"
elif test -r "/usr/local/lib/libdb2.a"; then
--
VWOL
Tamas SZERB <[EMAIL PROTECTED]>
PGP fingerprint: 04 73 7F E5 44 EF 83 40 30 CB 2C E7 5E 19 91 0D
PGP public key: http://alabama.inf.elte.hu/~toma/pgpkey.asc
=====================================================================
If you would like to unsubscribe from this list send message to
[EMAIL PROTECTED] with "unsubscribe oops-eng" in message body.
Archive is accessible on http://www.paco.net/oops/