diff options
author | Keith Packard <keithp@keithp.com> | 2009-06-30 15:24:31 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-06-30 15:24:31 -0700 |
commit | 696233b088645bba1aaa6aa6c5358c3ecfa5cd3f (patch) | |
tree | 66f503ab3c268bdbbbdb0cdeab92818accbf5724 | |
parent | 2e06772c8b6fd74f86e640ed97f0d5bc8c095c2f (diff) |
Use 16kHz voice
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b2467c3b..f55c7ec8 100644 --- a/configure.ac +++ b/configure.ac @@ -48,7 +48,7 @@ AC_CHECK_LIB(flite, flite_init,HAVE_LIBFLITE=yes,HAVE_LIBFLITE=no,-lm) if test "x$HAVE_FLITE_H" = "xyes" -a "x$HAVE_LIBFLITE" = "xyes"; then AC_DEFINE(HAVE_FLITE,1,[Define if the flite library is usable]) - AC_SUBST(FLITE_LIBS,"-lflite_cmu_us_kal -lflite_usenglish -lflite_cmulex -lflite -lm") + AC_SUBST(FLITE_LIBS,"-lflite_cmu_us_kal16 -lflite_usenglish -lflite_cmulex -lflite -lm") AC_SUBST(FLITE_INCS,-Iflite) fi AM_CONDITIONAL(USE_FLITE,test "x$HAVE_FLITE_H" = "xyes" -a "x$HAVE_LIBFLITE" = "xyes") |