From: Marcus Boerger Date: Sat, 25 Jan 2003 19:51:05 +0000 (+0000) Subject: MFH: The builtin version was always used even if configured otherwise. X-Git-Tag: PHP_4_3_before_13561_fix~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=375f71522bd0f53ae1d7204079dc7d6730905157;p=php MFH: The builtin version was always used even if configured otherwise. --- 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