"
)
When 1.0.x uses:
4.1:
APU_CHECK_BERKELEY_DB("4", "1", "-1",
"$places",
"db41/db.h db4/db.h db.h",
"db-4.1 db41 db4 db"
)
...
4.2:
APU_CHECK_BERKELEY_DB("4", "2", "-1",
"$places",
"db42/db.h db4/db.h db.h",
"db-4.2 db42 db4 db"
)
So now 0.9.x is using a lib name 'db4' for 4.1 and 4.2, but for 4.3 an
additional lib name 'db43' is used. If this is ok, then so be it.
BR, Jani
--
Jani Averbach
1837027145&w=2
And here is my post which talks about differencies between
head and 0.9.x:
http://marc.theaimsgroup.com/?l=apr-dev&m=109595023015477&w=2
Thanks,
Jani
--
Jani Averbach
On 2004-09-23 13:26+0100, Joe Orton wrote:
> On Tue, Sep 21, 2004 at 07:59:19PM -0600, Jani Averbach wrote:
> > This patch adds support for 'sometime in the future to be released'
> > Berkeley DB 4.3.
>
> a.k.a. make apr-util/configure another three times slower :
], [
if test "$withval" = "yes"; then
AC_MSG_ERROR([--with-dbm needs to specify a DBM type to use.
-One of: sdbm, gdbm, ndbm, db, db1, db185, db2, db3, db4, db41, db42])
+One of: sdbm, gdbm, ndbm, db, db1, db185, db2, db3, db4, db41, db42,
db43])
fi
requested="$withval"
], [
@@ -703,6 +731,10 @@
apu_default_dbm=db4
;;
db42)
+ apu_use_db=1
+ apu_default_dbm=db4
+ ;;
+db43)
apu_use_db=1
apu_default_dbm=db4
;;
--
Jani Averbach
x27;t know what has happened to this last line..
--
Jani Averbach
;
+}
else
-MDFile(argv[i]);
+MDTestSuite();
}
else
MDFilter();
BR, Jani
P.S. Please Cc:, I am not on the list.
--
Jani Averbach