Fix compilation error

This commit is contained in:
Gregory John Casamento 2020-02-08 07:37:58 -05:00
parent 347fa8c4e1
commit efc901b79d
4 changed files with 8 additions and 7 deletions

View file

@ -553,10 +553,12 @@ if test $have_pocketsphinx = yes -a $have_speech_recognizer = yes -a $enable_spe
BUILD_SPEECH_RECOGNIZER="speech_recognizer"
RECOGNIZER_BASE_LIBS=`pkg-config --libs pocketsphinx sphinxbase`
RECOGNIZER_BASE_CFLAGS=`pkg-config --cflags pocketsphinx sphinxbase`
RECOGNIZER_ENGINE_CLASS=PocketsphinxSpeechRecognitionEngine.m
fi
AC_SUBST(BUILD_SPEECH_RECOGNIZER)
AC_SUBST(RECOGNIZER_BASE_LIBS)
AC_SUBST(RECOGNIZER_BASE_CFLAGS)
AC_SUBST(RECOGNIZER_ENGINE_CLASS)
#--------------------------------------------------------------------
# Find CUPS