]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix configure --disable-doh help text
authorPetr Špaček <pspacek@isc.org>
Thu, 24 Nov 2022 09:44:53 +0000 (10:44 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 8 Dec 2022 10:17:32 +0000 (10:17 +0000)
This is technically fixup for 2bb454182bb499990e191e098a8a33082c672a94.

Related: !4926
(cherry picked from commit 5ec272007d91f9a5862018d16cf3f51f1b4b9af1)

configure.ac

index e95a69501c50459a9eb4aec250b72b3b805feaef..4fe8dc50ed75027b86566dd3a872bdf100f0636b 100644 (file)
@@ -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]