From 05a0c36072eea30fb6175040b60c15cb6d0153f0 Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 15 Aug 2003 18:42:11 +0000 Subject: [PATCH] fix typo --- ext/db/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0