diff options
author | foobar <sniper@php.net> | 2003-08-15 18:47:23 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-08-15 18:47:23 +0000 |
commit | 1ba3e3a6dcc6c95ede7eb8b97ccc35dacd2bf6db (patch) | |
tree | 2800965c670fc26324a40735005518c84b9bc090 /ext/db | |
parent | 1212c2e3e1a654012242b2b6d9f7ab6f49330f47 (diff) | |
download | php-git-1ba3e3a6dcc6c95ede7eb8b97ccc35dacd2bf6db.tar.gz |
MFB
Diffstat (limited to 'ext/db')
-rw-r--r-- | ext/db/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/db/config.m4 b/ext/db/config.m4 index e425de42a3..1b0626ce9a 100644 --- a/ext/db/config.m4 +++ b/ext/db/config.m4 @@ -26,7 +26,7 @@ AC_DEFUN(AC_PREFERRED_DB_LIB,[ 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 |