summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-10-05 02:32:16 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-10-05 02:32:16 (EDT)
commit54b7c22f34e3a4174e0a896b4ad7f0cfbb54babd (patch)
treed58147ae2c23c146822500c84a4c84e5c152d39e /configure.ac
parent3d71a6ad28e4759ca79a5664e71dbd1d38d0bb9e (diff)
downloadtimeteller-54b7c22f34e3a4174e0a896b4ad7f0cfbb54babd.zip
timeteller-54b7c22f34e3a4174e0a896b4ad7f0cfbb54babd.tar.gz
timeteller-54b7c22f34e3a4174e0a896b4ad7f0cfbb54babd.tar.bz2
speech_init(): Hardcode register_cmu_us_slt() call
And check for -lflite_cmu_us_slt.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 04be1b5..c568c5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,6 +84,7 @@ if test "x${address_sanitization}" = 'xyes'; then
fi
AC_CHECK_LIB([flite], [flite_init])
+AC_CHECK_LIB([flite_cmu_us_slt], [register_cmu_us_slt])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_HEADERS([config.h])