mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
Fix configure --disable-doh help text
This is technically fixup for 2bb454182bb499990e191e098a8a33082c672a94. Related: !4926
This commit is contained in:
parent
91c9f1d087
commit
5ec272007d
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user