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.
gwenview/src/configure.in.bot

12 lines
297 B

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