From 54b7c22f34e3a4174e0a896b4ad7f0cfbb54babd Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 05 Oct 2019 02:32:16 -0400 Subject: speech_init(): Hardcode register_cmu_us_slt() call And check for -lflite_cmu_us_slt. --- (limited to 'configure.ac') 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]) -- cgit v0.9.1