iliaa Tue Dec 5 17:54:52 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/dba config.m4 Log: Revert previous patch and it breaks builds with built-in cdb lib http://cvs.php.net/viewvc.cgi/php-src/ext/dba/config.m4?r1=1.70.2.2.2.3&r2=1.70.2.2.2.4&diff_format=u Index: php-src/ext/dba/config.m4 diff -u php-src/ext/dba/config.m4:1.70.2.2.2.3 php-src/ext/dba/config.m4:1.70.2.2.2.4 --- php-src/ext/dba/config.m4:1.70.2.2.2.3 Sun Dec 3 19:54:55 2006 +++ php-src/ext/dba/config.m4 Tue Dec 5 17:54:52 2006 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.70.2.2.2.3 2006/12/03 19:54:55 iliaa Exp $ +dnl $Id: config.m4,v 1.70.2.2.2.4 2006/12/05 17:54:52 iliaa Exp $ dnl dnl Suppose we need FlatFile if no support or only CDB is used. @@ -463,7 +463,7 @@ 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php