From d21715e8a1e564060fe30aef9cab83a77d65c276 Mon Sep 17 00:00:00 2001 From: Sjur N Moshagen Date: Mon, 3 Feb 2025 20:36:49 +0200 Subject: [PATCH] [Template merge] Fix bug introduced in the previous update --- m4/giella-macros.m4 | 3 --- 1 file changed, 3 deletions(-) diff --git a/m4/giella-macros.m4 b/m4/giella-macros.m4 index b9482d3..ca04e9b 100644 --- a/m4/giella-macros.m4 +++ b/m4/giella-macros.m4 @@ -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],