13899N/Adiff -u -r gnome-speech-0.4.21.orig/configure.in gnome-speech-0.4.21/configure.in
13899N/A--- gnome-speech-0.4.21.orig/configure.in 2008-08-03 11:01:25.000000000 -0400
13899N/A+++ gnome-speech-0.4.21/configure.in 2008-08-14 20:49:39.797765000 -0400
13899N/A@@ -257,10 +257,10 @@
13899N/A
13899N/A if test x$build_espeak != xno ; then
13899N/A if test x$with_espeak_dir != x ; then
13899N/A- espeak_LIBS="-L$with_espeak_dir/lib -lespeak"
13899N/A+ espeak_LIBS="-L$with_espeak_dir/lib -lespeak -lCstd -lCrun -lm"
13899N/A espeak_INCLUDES="$with_espeak_dir/include/espeak"
13899N/A else
13899N/A- AC_CHECK_LIB(espeak, espeak_Synth, espeak_LIBS=-lespeak)
13899N/A+ AC_CHECK_LIB(espeak, espeak_Synth, espeak_LIBS="-lespeak -lCstd -lCrun -lm",, -lCstd -lCrun -lm)
13899N/A espeak_INCLUDES="/usr/include/espeak"
13899N/A fi
13899N/A AC_SUBST(espeak_LIBS)