From cff39cc400216f78cf842b3982a483da16a597a5 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Mon, 5 Aug 2024 16:15:19 +0200 Subject: [PATCH] [skip ci] Fix typo --- ext/dba/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/dba/config.m4 b/ext/dba/config.m4 index d10dee5cd71..040b826fa04 100644 --- a/ext/dba/config.m4 +++ b/ext/dba/config.m4 @@ -571,7 +571,7 @@ if test "$PHP_DB1" != "no"; then AC_DEFINE_UNQUOTED([DB1_INCLUDE_FILE], ["$THIS_INCLUDE"], [The DB1 handler header file.]) AC_DEFINE([DBA_DB1], [1], - [Define to 1 the dba extension uses the Berkeley DB version 1 (DB1) + [Define to 1 if the dba extension uses the Berkeley DB version 1 (DB1) handler.]) THIS_RESULT=yes ],[