sniper          Fri Aug 15 14:42:11 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/ext/db     config.m4 
  Log:
  fix typo
  
Index: php-src/ext/db/config.m4
diff -u php-src/ext/db/config.m4:1.14.4.1 php-src/ext/db/config.m4:1.14.4.2
--- php-src/ext/db/config.m4:1.14.4.1   Fri Nov 15 11:37:51 2002
+++ php-src/ext/db/config.m4    Fri Aug 15 14:42:11 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.14.4.1 2002/11/15 16:37:51 helly Exp $
+dnl $Id: config.m4,v 1.14.4.2 2003/08/15 18:42:11 sniper Exp $
 dnl 
 
 # Checks for libraries.
@@ -26,7 +26,7 @@
 
 
 PHP_ARG_WITH(db, for xDBM support,
-[  --with-db               Include old xDBM support (deprecated use --with-dba)])
+[  --with-db               Include old xDBM support (deprecated, use --enable-dba 
instead)])
 
 if test "$PHP_DB" != "no"; then
 



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

Reply via email to