mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 23:40:38 +00:00
* configure.ac: Correct last commit.
* configure: Regnerate
This commit is contained in:
parent
9a889f5c48
commit
94289c1636
3 changed files with 9 additions and 4 deletions
4
configure
vendored
4
configure
vendored
|
@ -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=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue