ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> php-cvs
php-cvs
[PHP-CVS] cvs: php-src /ext/dba config.m4
by Jani Taskinen other posts by this author
Jun 18 2005 6:28AM messages near this date
[PHP-CVS] cvs: php-src /ext/date/tests bug20382-2.phpt | [PHP-CVS] cvs: php-src /ext/odbc config.m4
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved