diff options
Diffstat (limited to 'kttsd/plugins/freetts/configure.in.bot')
-rw-r--r-- | kttsd/plugins/freetts/configure.in.bot | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kttsd/plugins/freetts/configure.in.bot b/kttsd/plugins/freetts/configure.in.bot new file mode 100644 index 0000000..b3985b9 --- /dev/null +++ b/kttsd/plugins/freetts/configure.in.bot @@ -0,0 +1,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 + |