2
0
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:
Evan Hunt 2014-05-20 15:31:14 -07:00
parent 27b09ceb12
commit ea58c563bc
3 changed files with 13 additions and 0 deletions

View File

@ -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
View File

@ -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

View File

@ -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