From 888eac69bad901128be5961dfff87135a0a23545 Mon Sep 17 00:00:00 2001 From: vityank Date: Sat, 12 Feb 2022 18:08:00 +0200 Subject: [PATCH] Adjusted PHP_SETUP_LIBXML description to mention what it doesnt use action-not-found --- build/php.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/php.m4 b/build/php.m4 index 01b8250598191..94e824f6cc263 100644 --- a/build/php.m4 +++ b/build/php.m4 @@ -2030,7 +2030,7 @@ ifelse([$3],[],,[else $3]) ]) dnl -dnl PHP_SETUP_LIBXML(shared-add [, action-found [, action-not-found]]) +dnl PHP_SETUP_LIBXML(shared-add [, action-found]) dnl dnl Common setup macro for libxml. dnl