From: Petr Špaček Date: Thu, 24 Nov 2022 09:44:53 +0000 (+0100) Subject: Fix configure --disable-doh help text X-Git-Tag: v9.19.8~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ec272007d91f9a5862018d16cf3f51f1b4b9af1;p=thirdparty%2Fbind9.git Fix configure --disable-doh help text This is technically fixup for 2bb454182bb499990e191e098a8a33082c672a94. Related: !4926 --- diff --git a/configure.ac b/configure.ac index 78e46903cc2..ef69a5dae31 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]