mirror of
https://github.com/php/php-src.git
synced 2025-01-25 05:04:20 +08:00
MFH: fix wrong logic
This commit is contained in:
parent
9d53e19697
commit
ad61002dc4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user