sniper          Sat Jun 18 09:28:30 2005 EDT

  Modified files:              
    /php-src/ext/dba    config.m4 
  Log:
  Add note how to build DBA as shared
  
http://cvs.php.net/diff.php/php-src/ext/dba/config.m4?r1=1.69&r2=1.70&ty=u
Index: php-src/ext/dba/config.m4
diff -u php-src/ext/dba/config.m4:1.69 php-src/ext/dba/config.m4:1.70
--- php-src/ext/dba/config.m4:1.69      Sun May 29 19:16:40 2005
+++ php-src/ext/dba/config.m4   Sat Jun 18 09:28:30 2005
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.69 2005/05/29 23:16:40 sniper Exp $
+dnl $Id: config.m4,v 1.70 2005/06/18 13:28:30 sniper Exp $
 dnl
 
 dnl Suppose we need FlatFile if no support or only CDB is used.
@@ -66,7 +66,8 @@
 ])
 
 PHP_ARG_ENABLE(dba,whether to enable DBA,
-[  --enable-dba            Build DBA with builtin modules])
+[  --enable-dba            Build DBA with builtin modules. To build shared DBA
+                          extension use --enable-dba=shared])
 
 AC_ARG_WITH(qdbm,
 [  --with-qdbm[=DIR]         DBA: Include QDBM support],[

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to