Skip to content

Commit

Permalink
[Template merge] Fix bug introduced in the previous update
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Feb 3, 2025
1 parent 811244d commit d21715e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions m4/giella-macros.m4
Original file line number Diff line number Diff line change
Expand Up @@ -920,15 +920,12 @@ AS_IF([test "x$enable_dialects" = "xyes" -a "x$DIALECTS" = "x"],
AM_CONDITIONAL([WANT_DIALECTS], [test "x$enable_dialects" != xno])
# Enable alternative orthographies, OFF by default, even when defined:
# Use AM_COND_IF to only show this option if alternative orthographies are defined.
AM_COND_IF([HAVE_ALT_ORTHS],[
AC_ARG_ENABLE([altorths],
[AS_HELP_STRING([--enable-altorths],
[build tools for alternative orthographies @<:@default=no@:>@])],
[enable_altorths=$enableval],
[enable_altorths=no])
AM_CONDITIONAL([WANT_ALT_ORTHS], [test "x$enable_altorths" != xno])
])
# Enable custom fst's:
AC_ARG_ENABLE([custom-fsts],
Expand Down

0 comments on commit d21715e

Please sign in to comment.