We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ecdf4 commit b3b44ecCopy full SHA for b3b44ec
configure.ac
@@ -210,6 +210,7 @@ feature ()
210
211
feature "C-based virt tools" true ;# always enabled
212
feature "GNU gettext for i18n" test "x$HAVE_GNU_GETTEXT_TRUE" = "x"
213
+feature "liblzma" test "x$LIBLZMA_LIBS" != "x"
214
feature "OCaml-based virt tools" test "x$HAVE_OCAML_TRUE" = "x"
215
feature "OCaml gettext" test "x$OCAML_PKG_gettext" != "xno"
216
feature "Perl-based virt tools" test "x$HAVE_TOOLS_TRUE" = "x"
0 commit comments