Skip to content

Commit e8ecdf4

Browse files
committed
build: Indicate if bash tab completion was found
1 parent 722fa38 commit e8ecdf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

+1
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ feature "GNU gettext for i18n" test "x$HAVE_GNU_GETTEXT_TRUE" = "x"
213213
feature "OCaml-based virt tools" test "x$HAVE_OCAML_TRUE" = "x"
214214
feature "OCaml gettext" test "x$OCAML_PKG_gettext" != "xno"
215215
feature "Perl-based virt tools" test "x$HAVE_TOOLS_TRUE" = "x"
216+
feature "Bash tab completion" test "x$HAVE_BASH_COMPLETION_TRUE" = "x"
216217

217218
echo
218219
echo "If any optional component is configured 'no' when you expected 'yes'"

0 commit comments

Comments
 (0)