summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-10-04 23:47:37 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-10-04 23:54:07 (EDT)
commite0ccd52ce08a4af532c1640bce2ea025fd500113 (patch)
treeb31bb89b9cb325718a09434fb5a030bc8e873dee
parent7599edf7cfdf4af11a706fb2b434495c02122732 (diff)
downloadtimeteller-e0ccd52ce08a4af532c1640bce2ea025fd500113.zip
timeteller-e0ccd52ce08a4af532c1640bce2ea025fd500113.tar.gz
timeteller-e0ccd52ce08a4af532c1640bce2ea025fd500113.tar.bz2
build: Check for -lflite
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 265d24a..04be1b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -83,6 +83,8 @@ if test "x${address_sanitization}" = 'xyes'; then
AC_SUBST([ASAN_CFLAGS])
fi
+AC_CHECK_LIB([flite], [flite_init])
+
AC_CONFIG_FILES([Makefile])
AC_CONFIG_HEADERS([config.h])
AC_OUTPUT()