You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by dr...@apache.org on 2003/11/16 23:51:17 UTC

cvs commit: apr-util/build dbm.m4

dreid       2003/11/16 14:51:17

  Modified:    build    dbm.m4
  Log:
  Add a BeOS search path for Berkeley Db 4 and 4.1.
  I didn't add for all libs as I've never seen a version below 4 on
  BeOS and it stops running tests that are unlikely to ever succeed.
  
  Revision  Changes    Path
  1.5       +2 -2      apr-util/build/dbm.m4
  
  Index: dbm.m4
  ===================================================================
  RCS file: /home/cvs/apr-util/build/dbm.m4,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- dbm.m4	9 Sep 2003 03:49:26 -0000	1.4
  +++ dbm.m4	16 Nov 2003 22:51:17 -0000	1.5
  @@ -351,7 +351,7 @@
   AC_DEFUN(APU_CHECK_DB4, [
     places=$1
     if test -z "$places"; then
  -    places="std /usr/local /usr/local/BerkeleyDB.4.0"
  +    places="std /usr/local /usr/local/BerkeleyDB.4.0 /boot/home/config"
     fi
     APU_CHECK_BERKELEY_DB("4", "0", "-1",
       "$places",
  @@ -372,7 +372,7 @@
   AC_DEFUN(APU_CHECK_DB41, [
     places=$1
     if test -z "$places"; then
  -    places="std /usr/local/BerkeleyDB.4.1"
  +    places="std /usr/local/BerkeleyDB.4.1 /boot/home/config"
     fi
     APU_CHECK_BERKELEY_DB("4", "1", "-1",
       "$places",