summaryrefslogtreecommitdiff
path: root/ext/db/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/db/config.m4')
-rw-r--r--ext/db/config.m47
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