From: Jani Taskinen Date: Fri, 13 Jul 2007 15:08:55 +0000 (+0000) Subject: - fix wrong logic X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=acc430e51d1c2d6c4c9b51b6cabf09046f7b37e1;p=php - fix wrong logic --- diff --git a/ext/dba/config.m4 b/ext/dba/config.m4 index c1bdd94ae5..b82904b0f1 100644 --- a/ext/dba/config.m4 +++ b/ext/dba/config.m4 @@ -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