From xemacs-m  Sat Jan 11 22:30:23 1997
Received: from wmperry.in.aventail.com (wmperry@wmperry.oz.net [207.13.185.53])
          by xemacs.org (8.8.4/8.8.4) with ESMTP
	  id WAA29517 for <xemacs-beta@xemacs.org>; Sat, 11 Jan 1997 22:30:22 -0600 (CST)
Received: (from wmperry@localhost) by wmperry.in.aventail.com (8.7.6/8.7.3) id UAA00505; Sat, 11 Jan 1997 20:34:09 -0800
Date: Sat, 11 Jan 1997 20:34:09 -0800
Message-Id: <199701120434.UAA00505@wmperry.in.aventail.com>
From: "William M. Perry" <wmperry@aventail.com>
To: Michael Harnois <mharnois@sbt.net>
Cc: xemacs-beta@xemacs.org
Subject: Re: berkeley db
In-Reply-To: <199701120226.UAA10614@mharnois.workgroup.net>
References: <199701120226.UAA10614@mharnois.workgroup.net>
Errors-to: wmperry@aventail.com
Reply-to: wmperry@aventail.com
X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7</SYF`{vYQ(&RI1&EiH[FvT;J}@f!4kfz
 x_!Y#=y{Uuj9GvUi=cPuajQ(Z42R[wE@{G,sn$qGr5g/wnb*"*ktI+,CD}1Z'wxrM2ag-r0p5I6\nA
 [WJopW_J.WY;

Michael Harnois writes:
>Debian puts the include files for Berkeley db in /usr/include/db. I don't know
>if this is the case with other systems or not, but on mine it causes the
>compile of database.c to fail. The solution, of course, is so simple that
>even I can figure it out ...

  Uhhh, not everyone has them in /usr/include/db.  Correct way is to make
configure check for db/db.h as well as db.h in the berkeley db checks, and
database.c should check #ifdef HAVE_DB_DB_H blah blah blah.  I suppose I
should do it since I originally wrote that code, but I don't think I've got
the time (or autoconf 1.x around) right now.

-Bill P.

