]> git.pld-linux.org Git - packages/php.git/blame - php-allow-db31.patch
- release 1.2 ro rebuild with new imap
[packages/php.git] / php-allow-db31.patch
CommitLineData
84a06529 1--- php-4.3.2/ext/dba/config.m4.orig Wed May 21 02:35:29 2003
2+++ php-4.3.2/ext/dba/config.m4 Mon Jun 23 11:53:32 2003
3@@ -176,13 +176,13 @@
4 AC_MSG_CHECKING(if db can be used as shared extension)
5 AC_EGREP_CPP(yes,[
6 #include "$THIS_INCLUDE"
7-#if DB_VERSION_MAJOR > 3 || (DB_VERSION_MAJOR == 3 && DB_VERSION_MINOR > 2)
8+#if DB_VERSION_MAJOR > 3 || (DB_VERSION_MAJOR == 3 && DB_VERSION_MINOR > 0)
9 yes
10 #endif
11 ],[
12 AC_MSG_RESULT(yes)
13 ],[
14- AC_MSG_ERROR(At least version 3.3 is required)
15+ AC_MSG_ERROR(At least version 3.1 is required)
16 ])
17 fi
18 if test -n "$THIS_LIBS"; then
This page took 0.044176 seconds and 4 git commands to generate.