diff options
author | David I. Lehn <dlehn@users.sourceforge.net> | 2002-01-12 03:24:34 +0000 |
---|---|---|
committer | David I. Lehn <dlehn@users.sourceforge.net> | 2002-01-12 03:24:34 +0000 |
commit | 2a1103ef057f577f97383f9fcb5939d992fd06a7 (patch) | |
tree | 8720c26b99e023f4f1d61a42854362e4164e6c68 /ext | |
parent | 83896e6617b6ee6099311a1f77ba00d016e04ae9 (diff) |
enable festival build
Original commit message from CVS:
* enable festival build
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 27ce866c..bd24b637 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 |