Skip to content

Commit

Permalink
[Template Merge] test new vislcg3 features
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Jun 1, 2023
1 parent 4ee5310 commit ca8f132
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions m4/giella-macros.m4
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,9 @@ AC_MSG_CHECKING([whether we can enable vislcg3 targets])
AS_IF([test "x$gt_prog_vislcg3" != xno], [AC_MSG_RESULT([yes])],
[AC_MSG_RESULT([no])])
AM_CONDITIONAL([CAN_VISLCG], [test "x$gt_prog_vislcg3" != xno])
PKG_CHECK_MODULES([CG3], [cg3 > 1.4.0], [vislcg_filters=true],
[vislcg_filters=false])
AM_CONDITIONAL([HAVE_VISLCG_FILTER], [test "x$vislcg_filters" = xtrue])
]) # gt_PROG_VISLCG3

################################################################################
Expand Down

0 comments on commit ca8f132

Please sign in to comment.