Skip to content

Commit b3b44ec

Browse files
committed
build: Indicate if liblzma was found
This is used by virt-builder to accelerate unpacking xz-compressed templates.
1 parent e8ecdf4 commit b3b44ec

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
@@ -210,6 +210,7 @@ feature ()
210210

211211
feature "C-based virt tools" true ;# always enabled
212212
feature "GNU gettext for i18n" test "x$HAVE_GNU_GETTEXT_TRUE" = "x"
213+
feature "liblzma" test "x$LIBLZMA_LIBS" != "x"
213214
feature "OCaml-based virt tools" test "x$HAVE_OCAML_TRUE" = "x"
214215
feature "OCaml gettext" test "x$OCAML_PKG_gettext" != "xno"
215216
feature "Perl-based virt tools" test "x$HAVE_TOOLS_TRUE" = "x"

0 commit comments

Comments
 (0)