]> 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)
committerPetr Špaček <pspacek@isc.org>
Thu, 8 Dec 2022 09:48:24 +0000 (10:48 +0100)
This is technically fixup for 2bb454182bb499990e191e098a8a33082c672a94.

Related: !4926

configure.ac

index 78e46903cc2b2b12f917a93da7210b2ca81f5ba0..ef69a5dae31f75a8f064e70d0e3a8ea346253757 100644 (file)
@@ -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]