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.
12 lines
297 B
12 lines
297 B
15 years ago
|
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
|