You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
624 B
16 lines
624 B
15 years ago
|
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
|
||
|
|