mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-28 13:08:06 +00:00
[master] report unrecognized configure options
3854. [cleanup] Report unrecognized options, if any, in the final configure summary. [RT #36014]
This commit is contained in:
parent
27b09ceb12
commit
ea58c563bc
3
CHANGES
3
CHANGES
@ -1,3 +1,6 @@
|
||||
3854. [cleanup] Report unrecognized options, if any, in the final
|
||||
configure summary. [RT #36014]
|
||||
|
||||
3853. [cleanup] Refactor dns_rdataslab_fromrdataset to seperate out
|
||||
the handling of a rdataset with no records. [RT #35968]
|
||||
|
||||
|
5
configure
vendored
5
configure
vendored
@ -24079,6 +24079,11 @@ test "X$PYTHON" = "X" && echo " Python tools (--with-python)"
|
||||
test "X$libxml2_libs" = "X" && echo " XML statistics (--with-libxml2)"
|
||||
test "X$have_libjson" = "X" && echo " JSON statistics (--with-libjson)"
|
||||
|
||||
if test "X$ac_unrecognized_opts" != "X"; then
|
||||
echo
|
||||
echo "Unrecognized options:"
|
||||
echo " $ac_unrecognized_opts"
|
||||
fi
|
||||
echo "========================================================================"
|
||||
|
||||
if test "X$CRYPTO" = "X"; then
|
||||
|
@ -4662,6 +4662,11 @@ test "X$PYTHON" = "X" && echo " Python tools (--with-python)"
|
||||
test "X$libxml2_libs" = "X" && echo " XML statistics (--with-libxml2)"
|
||||
test "X$have_libjson" = "X" && echo " JSON statistics (--with-libjson)"
|
||||
|
||||
if test "X$ac_unrecognized_opts" != "X"; then
|
||||
echo
|
||||
echo "Unrecognized options:"
|
||||
echo " $ac_unrecognized_opts"
|
||||
fi
|
||||
echo "========================================================================"
|
||||
|
||||
if test "X$CRYPTO" = "X"; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user