]> git.pld-linux.org Git - packages/php4.git/commitdiff
- dropped, Ra is dead
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 22 Dec 2006 22:02:20 +0000 (22:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-allow-db31.patch -> 1.2

php-allow-db31.patch [deleted file]

diff --git a/php-allow-db31.patch b/php-allow-db31.patch
deleted file mode 100644 (file)
index e7fdac5..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
---- php-4.3.2/ext/dba/config.m4.orig   Wed May 21 02:35:29 2003
-+++ php-4.3.2/ext/dba/config.m4        Mon Jun 23 11:53:32 2003
-@@ -176,13 +176,13 @@
-     AC_MSG_CHECKING(if db can be used as shared extension)
-     AC_EGREP_CPP(yes,[
- #include "$THIS_INCLUDE"
--#if DB_VERSION_MAJOR > 3 || (DB_VERSION_MAJOR == 3 && DB_VERSION_MINOR > 2)
-+#if DB_VERSION_MAJOR > 3 || (DB_VERSION_MAJOR == 3 && DB_VERSION_MINOR > 0)
-       yes
- #endif
-     ],[
-       AC_MSG_RESULT(yes)
-     ],[
--      AC_MSG_ERROR(At least version 3.3 is required)
-+      AC_MSG_ERROR(At least version 3.1 is required)
-     ])
-   fi
-   if test -n "$THIS_LIBS"; then
This page took 0.120429 seconds and 4 git commands to generate.