From 5ec272007d91f9a5862018d16cf3f51f1b4b9af1 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 78e46903cc..ef69a5dae3 100644 --- a/configure.ac +++ b/configure.ac @@ -577,7 +577,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]