blob: ed010db33627964f3c3d0a86636ff77a9f3c74b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
if test "$want_kipi" = "yes" ; then
if test "$have_kipi" != "yes" ; then
echo ""
echo "KIPI is not installed. Gwenview will be build without KIPI support."
echo ""
fi
else
echo ""
echo "KIPI support has been disabled. Gwenview will be build without KIPI support."
echo ""
fi
|