On Wed, 28 Nov 2001, Aaron Bannert wrote: > I'm seeing the same problem, and it is definately because we're not checking > if the libraries exist. I was working on this earlier, lemme see if I can > come up with a patch.
cool. in the meantime for anybody else who is stuck, this bandaid will get you by. --- srclib/apr-util/build/apu-conf.m4 2001/11/28 17:34:17 1.16 +++ srclib/apr-util/build/apu-conf.m4 2001/11/29 00:48:02 @@ -65,7 +65,7 @@ dnl AC_DEFUN(APU_CHECK_DB1,[ AC_CHECK_HEADER(db1/db.h, [ - apu_have_db=1 + apu_have_db=0 db_header=db1/db.h db_lib=db1 ])
