okular/configure.in.bot
Enrico Ros 0412271845 patch_072,074,079
svn path=/branches/kpdf/annotations/kdegraphics/kpdf/; revision=424922
2005-06-13 12:33:34 +00:00

21 lines
455 B
Plaintext

if test -z "$FREETYPE_CONFIG"; then
echo ""
echo "You're missing freetype development libs."
echo "KPDF will not be build without them"
echo ""
fi
if test -z "$XFT_LIBS"; then
echo ""
echo "You're missing XFT development libs."
echo "KPDF will not be build without them"
echo ""
fi
if test "$HAVE_LIBJPEG" = "no"; then
echo ""
echo "You're missing libjpeg development libs."
echo "KPDF will not be build without them"
echo ""
fi