]> granicus.if.org Git - php/commitdiff
MFH: fix wrong logic
authorJani Taskinen <jani@php.net>
Fri, 13 Jul 2007 15:09:19 +0000 (15:09 +0000)
committerJani Taskinen <jani@php.net>
Fri, 13 Jul 2007 15:09:19 +0000 (15:09 +0000)
ext/dba/config.m4

index c1bdd94ae5c9fa9b764828fbf86ac9ab4397cdc1..b82904b0f18ed690851a7432dcd24b52b52517dd 100644 (file)
@@ -477,7 +477,7 @@ PHP_DBA_STD_RESULT(dbm)
 dnl
 dnl Bundled modules that should be enabled by default if any other option is enabled
 dnl
-if test "$PHP_DBA" != "no" || test "$HAVE_DBA" = "1" || test "$with_cdb" != "no" || test "$enable_inifile" != "no" || test "$enable_flatfile" != "no"; then
+if test "$PHP_DBA" != "no" || test "$HAVE_DBA" = "1" || test "$with_cdb" = "yes" || test "$enable_inifile" = "yes" || test "$enable_flatfile" = "yes"; then
   php_dba_enable=yes
 else
   php_dba_enable=no