You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by je...@apache.org on 2004/03/13 05:33:54 UTC

cvs commit: apr-util/build dbm.m4

jerenkrantz    2004/03/12 20:33:54

  Modified:    build    dbm.m4
  Log:
  Add in BDB header locations for FreeBSD port 'db41'/'db42'
  
  Revision  Changes    Path
  1.9       +2 -2      apr-util/build/dbm.m4
  
  Index: dbm.m4
  ===================================================================
  RCS file: /home/cvs/apr-util/build/dbm.m4,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -u -r1.8 -r1.9
  --- dbm.m4	5 Jan 2004 12:21:46 -0000	1.8
  +++ dbm.m4	13 Mar 2004 04:33:54 -0000	1.9
  @@ -382,7 +382,7 @@
     fi
     APU_CHECK_BERKELEY_DB("4", "1", "-1",
       "$places",
  -    "db4/db.h db.h",
  +    "db41/db.h db4/db.h db.h",
       "db-4.1 db4 db"
     )
     if test "$apu_have_db" = "1"; then
  @@ -403,7 +403,7 @@
     fi
     APU_CHECK_BERKELEY_DB("4", "2", "-1",
       "$places",
  -    "db4/db.h db.h",
  +    "db42/db.h db4/db.h db.h",
       "db-4.2 db4 db"
     )
     if test "$apu_have_db" = "1"; then