iliaa           Sun Dec  3 19:54:55 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/dba    config.m4 
  Log:
  Config fix from Gentoo
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/dba/config.m4?r1=1.70.2.2.2.2&r2=1.70.2.2.2.3&diff_format=u
Index: php-src/ext/dba/config.m4
diff -u php-src/ext/dba/config.m4:1.70.2.2.2.2 
php-src/ext/dba/config.m4:1.70.2.2.2.3
--- php-src/ext/dba/config.m4:1.70.2.2.2.2      Tue Nov 28 11:39:19 2006
+++ php-src/ext/dba/config.m4   Sun Dec  3 19:54:55 2006
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.70.2.2.2.2 2006/11/28 11:39:19 tony2001 Exp $
+dnl $Id: config.m4,v 1.70.2.2.2.3 2006/12/03 19:54:55 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

Reply via email to