summaryrefslogtreecommitdiffstats
path: root/lib/kross/configure.in.bot
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-20 01:29:50 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-20 01:29:50 +0000
commit8362bf63dea22bbf6736609b0f49c152f975eb63 (patch)
tree0eea3928e39e50fae91d4e68b21b1e6cbae25604 /lib/kross/configure.in.bot
downloadkoffice-8362bf63dea22bbf6736609b0f49c152f975eb63.tar.gz
koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.zip
Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'lib/kross/configure.in.bot')
-rw-r--r--lib/kross/configure.in.bot16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/kross/configure.in.bot b/lib/kross/configure.in.bot
new file mode 100644
index 00000000..1d20501f
--- /dev/null
+++ b/lib/kross/configure.in.bot
@@ -0,0 +1,16 @@
+if test -z "$RUBY_LIBDIR" -a "x$compile_kross" = "xyes" ; then
+ echo ""
+ echo "Ruby development files were not found, or Ruby <= 1.8.1 was found,"
+ echo "Ruby scripting support for KOffice will not be built. If you don't"
+ echo "need Ruby scripting, you can ignore this message."
+ echo ""
+fi
+
+if test -z "$LIBPYTHON" -a -z "$PYTHONINC" -a $"x$compile_kross" = "xyes"; then
+ echo ""
+ echo "Python developement files were not found, Python scripting support for"
+ echo "KOffice will not be built. If you don't need Python scripting, you"
+ echo "can ignore this message"
+ echo ""
+fi
+