We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722fa38 commit e8ecdf4Copy full SHA for e8ecdf4
configure.ac
@@ -213,6 +213,7 @@ feature "GNU gettext for i18n" test "x$HAVE_GNU_GETTEXT_TRUE" = "x"
213
feature "OCaml-based virt tools" test "x$HAVE_OCAML_TRUE" = "x"
214
feature "OCaml gettext" test "x$OCAML_PKG_gettext" != "xno"
215
feature "Perl-based virt tools" test "x$HAVE_TOOLS_TRUE" = "x"
216
+feature "Bash tab completion" test "x$HAVE_BASH_COMPLETION_TRUE" = "x"
217
218
echo
219
echo "If any optional component is configured 'no' when you expected 'yes'"
0 commit comments