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.
koffice/lib/kross/configure.in.bot

17 lines
591 B

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