We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f617e commit 722fa38Copy full SHA for 722fa38
configure.ac
@@ -211,6 +211,7 @@ feature ()
211
feature "C-based virt tools" true ;# always enabled
212
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
217
echo
0 commit comments