From 0d78be7057a1b0ca872da9ba475a517ba2c56d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Thu, 24 Nov 2022 10:44:53 +0100 Subject: [PATCH] Fix configure --disable-doh help text This is technically fixup for 2bb454182bb499990e191e098a8a33082c672a94. Related: !4926 (cherry picked from commit 5ec272007d91f9a5862018d16cf3f51f1b4b9af1) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e95a69501c..4fe8dc50ed 100644 --- a/configure.ac +++ b/configure.ac @@ -564,7 +564,7 @@ AX_RESTORE_FLAGS([libuv]) # [pairwise: --enable-doh --with-libnghttp2=auto, --enable-doh --with-libnghttp2=yes, --disable-doh] AC_ARG_ENABLE([doh], - [AS_HELP_STRING([--disable-doh], [enable DNS over HTTPS, requires libnghttp2 (default=yes)])], + [AS_HELP_STRING([--disable-doh], [disable DNS over HTTPS, removes dependency on libnghttp2 (default is --enable-doh)])], [], [enable_doh=yes]) # [pairwise: skip]