From 5b2955e509ca6d964c0097b91edb49865ec8d4be Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 20 Aug 2023 10:06:50 +0200 Subject: [PATCH] Sync --enable-mysqlnd-compression-support option This syncs the style of the --enable-mysqlnd-compression-support option name, otherwise in Autoconf both --enable-foo_bar and --enable-foo-bar work. Also the configure output message is synced to match the check information. --- ext/mysqlnd/config9.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/mysqlnd/config9.m4 b/ext/mysqlnd/config9.m4 index 188023cbb5cd..80a630107656 100644 --- a/ext/mysqlnd/config9.m4 +++ b/ext/mysqlnd/config9.m4 @@ -6,8 +6,8 @@ PHP_ARG_ENABLE([mysqlnd], [no], [yes]) -PHP_ARG_ENABLE([mysqlnd_compression_support], - [whether to disable compressed protocol support in mysqlnd], +PHP_ARG_ENABLE([mysqlnd-compression-support], + [whether to enable compressed protocol support in mysqlnd], [AS_HELP_STRING([--disable-mysqlnd-compression-support], [Disable support for the MySQL compressed protocol in mysqlnd])], [yes],