]> granicus.if.org Git - php/commitdiff
MFH: The builtin version was always used even if configured otherwise.
authorMarcus Boerger <helly@php.net>
Sat, 25 Jan 2003 19:51:05 +0000 (19:51 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 25 Jan 2003 19:51:05 +0000 (19:51 +0000)
ext/dba/config.m4

index f39e3c9d6e456ebc508c0607618fe53cfc653844..3c0d19bfccaa21b11b9765c071db715909d9197e 100644 (file)
@@ -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