From 9a1abfbb7d9c548f9356a05193c94aa49ff3e4f8 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Tue, 5 Dec 2006 17:54:52 +0000 Subject: Revert previous patch and it breaks builds with built-in cdb lib --- ext/dba/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/dba/config.m4 b/ext/dba/config.m4 index 3adb978484..2beaca25b0 100644 --- a/ext/dba/config.m4 +++ b/ext/dba/config.m4 @@ -463,7 +463,7 @@ AC_DEFUN([PHP_DBA_BUILTIN_CDB],[ AC_ARG_WITH(cdb, [ --with-cdb[=DIR] DBA: Include CDB support],[ - if test "$withval" = "yes" && test "$HAVE_DBA" = "1"; then + if test "$withval" = "yes" || test "$HAVE_DBA" = "1"; then PHP_DBA_BUILTIN_CDB elif test "$withval" != "no"; then PHP_DBA_STD_BEGIN -- cgit v1.2.1