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/filters/xsltfilter/configure.in.bot

20 lines
515 B

if test -z "$LIBXML_LIBS"; then
echo ""
echo "You're missing libxml2 (at least version 2.4.8)."
echo "The XSLT filters will not be compiled."
echo "Please download libxml2 from http://xmlsoft.org ."
echo ""
all_tests=bad
fi
if test -z "$LIBXSLT_LIBS"; then
echo ""
echo "You're missing libxslt (at least version 1.0.7)."
echo "The XSLT filters will not be compiled."
# TODO: URL is not exacly right anymore
echo "Please download libxml2 from http://xmlsoft.org ."
echo ""
all_tests=bad
fi