From e0ccd52ce08a4af532c1640bce2ea025fd500113 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 04 Oct 2019 23:47:37 -0400 Subject: build: Check for -lflite --- 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() -- cgit v0.9.1