diff options
author | foobar <sniper@php.net> | 2001-11-30 19:00:13 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-11-30 19:00:13 +0000 |
commit | f1397d533969095577f9d11005015a1291b16568 (patch) | |
tree | b2bf7c7cbd6bcda7d16530d137968f9e7c85f71d /ext/db | |
parent | e858d27888471107a4816d62033db785fab5f2da (diff) | |
download | php-git-f1397d533969095577f9d11005015a1291b16568.tar.gz |
Unified the configure messages.
Diffstat (limited to 'ext/db')
-rw-r--r-- | ext/db/config.m4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ext/db/config.m4 b/ext/db/config.m4 index a1dae8cb41..5a3de1b567 100644 --- a/ext/db/config.m4 +++ b/ext/db/config.m4 @@ -1,7 +1,6 @@ +dnl dnl $Id$ -dnl config.m4 for extension db -dnl don't forget to call PHP_EXTENSION(db) - +dnl # Checks for libraries. # Prefer gdbm, Berkeley DB and ndbm/dbm, in that order @@ -26,7 +25,7 @@ AC_DEFUN(AC_PREFERRED_DB_LIB,[ ]) -PHP_ARG_WITH(db, whether to include old xDBM support, +PHP_ARG_WITH(db, for xDBM support, [ --with-db Include old xDBM support (deprecated)]) if test "$PHP_DB" != "no"; then |