From 1b44edddddbf0e66f932406b8516af2006a3056f Mon Sep 17 00:00:00 2001 From: Flammie A Pirinen Date: Wed, 30 Aug 2023 23:49:42 +0200 Subject: [PATCH] [Template merge] enable all tools fixes --- m4/giella-macros.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/giella-macros.m4 b/m4/giella-macros.m4 index c9c1efc..301bf52 100644 --- a/m4/giella-macros.m4 +++ b/m4/giella-macros.m4 @@ -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'