diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-12-05 17:54:52 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-12-05 17:54:52 +0000 |
commit | 9a1abfbb7d9c548f9356a05193c94aa49ff3e4f8 (patch) | |
tree | 6f6896f11882dadbbb5f0cf681b41ba02384ff1c | |
parent | a41e70782b800b921b461ae0ef944b80def11738 (diff) | |
download | php-git-9a1abfbb7d9c548f9356a05193c94aa49ff3e4f8.tar.gz |
Revert previous patch and it breaks builds with built-in cdb lib
-rw-r--r-- | ext/dba/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dba/config.m4 b/ext/dba/config.m4 index 3adb978484..2beaca25b0 100644 --- a/ext/dba/config.m4 +++ b/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 |