3854. [cleanup] Report unrecognized options, if any, in the final
configure summary. [RT #36014]
+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]
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
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