mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Correctly report backtrace support when configure finishes
This commit is contained in:
parent
97bb9b2be9
commit
f09c3a1189
1 changed files with 2 additions and 2 deletions
|
|
@ -3225,7 +3225,7 @@ report() {
|
|||
echo " DNS Response Policy Service interface (--enable-dnsrps)"
|
||||
test "yes" = "$enable_fixed" && \
|
||||
echo " Allow 'fixed' rrset-order (--enable-fixed-rrset)"
|
||||
test "yes" = "$want_backtrace" && \
|
||||
test "yes" = "$enable_backtrace" && \
|
||||
echo " Print backtrace on crash (--enable-backtrace)"
|
||||
test "minimal" = "$want_symtable" && \
|
||||
echo " Use symbol table for backtrace, named only (--enable-symtable)"
|
||||
|
|
@ -3283,7 +3283,7 @@ report() {
|
|||
echo " Using PKCS#11 for Public-Key Cryptography (--without-native-pkcs11)"
|
||||
)
|
||||
|
||||
test "yes" = "$want_backtrace" || \
|
||||
test "yes" = "$enable_backtrace" || \
|
||||
echo " Print backtrace on crash (--enable-backtrace)"
|
||||
test "yes" = "$want_querytrace" || \
|
||||
echo " Very verbose query trace logging (--enable-querytrace)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue