Magellan Linux

Diff of /trunk/apr-util/patches/apr-util-1.4.1-db53.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1630 by niro, Mon Jan 23 09:15:46 2012 UTC revision 1631 by niro, Mon Jan 23 09:18:39 2012 UTC
# Line 1  Line 1 
1  --- apr-util-1.4.1/build/dbm.m4.orig 2012-01-23 10:46:45.564982929 +0100  --- apr-util-1.4.1/build/dbm.m4.orig 2012-01-23 10:46:45.564982929 +0100
2  +++ apr-util-1.4.1/build/dbm.m4 2012-01-23 11:04:30.664982933 +0100  +++ apr-util-1.4.1/build/dbm.m4 2012-01-23 11:07:17.339982933 +0100
3  @@ -579,6 +579,44 @@  @@ -579,6 +579,44 @@
4       apu_db_version=5       apu_db_version=5
5     fi     fi
# Line 24  Line 24 
24  +  fi  +  fi
25  +])  +])
26  +dnl  +dnl
27  +dnl APU_CHECK_DB52: is DB5.3 present?  +dnl APU_CHECK_DB53: is DB5.3 present?
28  +dnl  +dnl
29  +dnl if present: sets apu_db_header, apu_db_lib, and apu_db_version  +dnl if present: sets apu_db_header, apu_db_lib, and apu_db_version
30  +dnl  +dnl
31  +AC_DEFUN([APU_CHECK_DB52], [  +AC_DEFUN([APU_CHECK_DB53], [
32  +  places=$1  +  places=$1
33  +  if test -z "$places"; then  +  if test -z "$places"; then
34  +    places="std /usr/local/BerkeleyDB.5.3 /boot/home/config"  +    places="std /usr/local/BerkeleyDB.5.3 /boot/home/config"

Legend:
Removed from v.1630  
changed lines
  Added in v.1631