summaryrefslogtreecommitdiffstats
path: root/abs/core/php/db4-test.patch
blob: 2c0cb148e48d5a2124ba5b8b68993823d7db30d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- configure	2010-07-21 12:53:06.000000000 +0200
+++ configure	2010-10-22 09:21:54.077666560 +0200
@@ -30742,7 +30742,7 @@
 #include "confdefs.h"
 
 #include "$THIS_INCLUDE"
-#if DB_VERSION_MINOR != 1 || (DB_VERSION_MINOR == 1 && DB_VERSION_PATCH >= 25)
+#if DB_VERSION_MAJOR == 5 || DB_VERSION_MINOR != 1 || (DB_VERSION_MINOR == 1 && DB_VERSION_PATCH >= 25)
       yes
 #endif