From 2a1103ef057f577f97383f9fcb5939d992fd06a7 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Sat, 12 Jan 2002 03:24:34 +0000 Subject: [PATCH] enable festival build Original commit message from CVS: * enable festival build --- ext/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/Makefile.am b/ext/Makefile.am index 27ce866..bd24b63 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -64,11 +64,11 @@ else ESD_DIR= endif -## if USE_FESTIVAL -## FESTIVAL_DIR=festival -## else +if USE_FESTIVAL +FESTIVAL_DIR=festival +else FESTIVAL_DIR= -## endif +endif if USE_GSM GSM_DIR=gsm -- 2.7.4