diff options
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 |