From 564788b6f5aabb3f6bc2851a2d733b879c563d8e Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sat, 25 Jan 2003 19:46:58 +0000 Subject: [PATCH] The builtin version was always used even if configured otherwise. --- ext/dba/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/dba/config.m4 b/ext/dba/config.m4 index f39e3c9d6e..3c0d19bfcc 100644 --- a/ext/dba/config.m4 +++ b/ext/dba/config.m4 @@ -327,7 +327,7 @@ AC_DEFUN(PHP_DBA_BUILTIN_CDB,[ AC_ARG_WITH(cdb, [ --with-cdb[=DIR] DBA: Include CDB support],[ - if test "$withval" != "no"; then + if test "$withval" = "yes"; then PHP_DBA_BUILTIN_CDB elif test "$withval" != "no"; then PHP_DBA_STD_BEGIN -- 2.50.1