Skip to content

Commit 722fa38

Browse files
committed
build: Indicate if OCaml gettext was found
This is used to i18n OCaml-based tools. The dependency is optional.
1 parent 96f617e commit 722fa38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ feature ()
211211
feature "C-based virt tools" true ;# always enabled
212212
feature "GNU gettext for i18n" test "x$HAVE_GNU_GETTEXT_TRUE" = "x"
213213
feature "OCaml-based virt tools" test "x$HAVE_OCAML_TRUE" = "x"
214+
feature "OCaml gettext" test "x$OCAML_PKG_gettext" != "xno"
214215
feature "Perl-based virt tools" test "x$HAVE_TOOLS_TRUE" = "x"
215216

216217
echo

0 commit comments

Comments
 (0)