Skip to content

Commit

Permalink
[Template merge] enable all tools fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Aug 30, 2023
1 parent 1dc709c commit 27523f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/giella-macros.m4
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ AC_ARG_ENABLE([phonetic],
[AS_HELP_STRING([--enable-phonetic],
[enable phonetic transducers @<:@default=no@:>@])],
[enable_phonetic=$enableval],
[enable_phonetic=no])
[enable_phonetic=$enable_all_tools])
AM_CONDITIONAL([WANT_PHONETIC], [test "x$enable_phonetic" != xno])
# Enable Apertium transducers - default is 'no'
Expand Down

0 comments on commit 27523f0

Please sign in to comment.