Browse Source

Revert previous patch and it breaks builds with built-in cdb lib

experimental/5.2-WITH_DRCP
Ilia Alshanetsky 20 years ago
parent
commit
9a1abfbb7d
  1. 2
      ext/dba/config.m4

2
ext/dba/config.m4

@ -463,7 +463,7 @@ AC_DEFUN([PHP_DBA_BUILTIN_CDB],[
AC_ARG_WITH(cdb,
[ --with-cdb[=DIR] DBA: Include CDB support],[
if test "$withval" = "yes" && test "$HAVE_DBA" = "1"; then
if test "$withval" = "yes" || test "$HAVE_DBA" = "1"; then
PHP_DBA_BUILTIN_CDB
elif test "$withval" != "no"; then
PHP_DBA_STD_BEGIN

Loading…
Cancel
Save