blob: b3985b95e19bfdfc790fcb16769426e05031b2c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if test "x$freetts_bindir" = "xno"; then
if test "$compile_freetts_plugin" = "yes"; then
echo ""
echo "======================================================"
echo "The freetts.jar Java archive has not been found on"
echo "this system. The FreeTTS plugin will be built, "
echo "but you must install FreeTTS it before you can use it,"
echo "or if it already installed you must set the path to"
echo "it in the KDE Text-to-Speech Manager."
echo "FreeTTS is available from freetts.sourceforge.net"
echo "====================================================="
all_tests=bad
fi
fi
|