* configure.ac: Correct last commit.

* configure: Regnerate
This commit is contained in:
fredkiefer 2018-01-29 09:11:56 +01:00
parent 9a889f5c48
commit 94289c1636
3 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2018-01-29 Fred Kiefer <FredKiefer@gmx.de>
* configure.ac: Correct last commit.
* configure: Regnerate
2018-01-28 Fred Kiefer <FredKiefer@gmx.de>
* configure.ac: Improve checks for flite.

4
configure vendored
View file

@ -5594,7 +5594,7 @@ if ${ac_cv_lib_flite_cmu_us_kal16_register_cmu_us_kal16+:} false; then :
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lflite_cmu_us_kal16 $LIBS"
LIBS="-lflite_cmu_us_kal16 $FLITE_BASE_LIBS $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@ -5630,7 +5630,7 @@ else
have_kal16=no
fi
if test $have_kal16; then
if test $have_kal16 = yes; then
FLITE_EXTRA_LIBS="-lflite_cmu_us_kal16"
else
BUILD_SPEECH=

View file

@ -529,8 +529,8 @@ AC_CHECK_HEADERS(flite/flite.h, have_flite=yes, have_flite=no)
if test $have_flite = yes -a $have_speech = yes -a $enable_speech = yes; then
BUILD_SPEECH="speech say"
FLITE_BASE_LIBS="-lflite_usenglish -lflite_cmulex -lflite"
AC_CHECK_LIB(flite_cmu_us_kal16, register_cmu_us_kal16, have_kal16=yes, have_kal16=no)
if test $have_kal16; then
AC_CHECK_LIB(flite_cmu_us_kal16, register_cmu_us_kal16, have_kal16=yes, have_kal16=no, $FLITE_BASE_LIBS)
if test $have_kal16 = yes; then
FLITE_EXTRA_LIBS="-lflite_cmu_us_kal16"
else
BUILD_SPEECH=