mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Fix configure --disable-doh help text
This is technically fixup for2bb454182b. Related: !4926 (cherry picked from commit5ec272007d)
This commit is contained in:
parent
c51cb3b390
commit
0d78be7057
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue