1 --- configure.orig 2009-06-29 17:46:18.000000000 +0200
2 +++ configure 2009-08-14 08:34:52.000000000 +0200
3 @@ -29088,43 +29088,15 @@
5 unset THIS_INCLUDE THIS_LIBS THIS_LFLAGS THIS_PREFIX THIS_RESULT
7 - dbdp="/usr/local/BerkeleyDB.4."
8 - for i in $PHP_DB4 ${dbdp}6 ${dbdp}5 ${dbdp}4 ${dbdp}3 ${dbdp}2 ${dbdp}1 ${dbdp}0 /usr/local /usr; do
9 - if test -f "$i/db4/db.h"; then
11 - THIS_INCLUDE=$i/db4/db.h
13 - elif test -f "$i/include/db4.6/db.h"; then
15 - THIS_INCLUDE=$i/include/db4.6/db.h
17 - elif test -f "$i/include/db4.5/db.h"; then
19 - THIS_INCLUDE=$i/include/db4.5/db.h
21 - elif test -f "$i/include/db4/db.h"; then
23 - THIS_INCLUDE=$i/include/db4/db.h
25 - elif test -f "$i/include/db/db4.h"; then
27 - THIS_INCLUDE=$i/include/db/db4.h
29 - elif test -f "$i/include/db4.h"; then
31 - THIS_INCLUDE=$i/include/db4.h
33 - elif test -f "$i/include/db.h"; then
35 - THIS_INCLUDE=$i/include/db.h
39 + if test -f "/usr/include/db.h"; then
41 + THIS_INCLUDE=/usr/include/db.h
44 if test -z "$THIS_INCLUDE"; then
45 { echo "configure: error: DBA: Could not find necessary header file(s)." 1>&2; exit 1; }
47 - for LIB in db-4.6 db-4.5 db-4.4 db-4.3 db-4.2 db-4.1 db-4.0 db-4 db4 db; do
49 if test -f $THIS_PREFIX/$PHP_LIBDIR/lib$LIB.a || test -f $THIS_PREFIX/$PHP_LIBDIR/lib$LIB.$SHLIB_SUFFIX_NAME; then