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

20 lines
484 B

dnl Put here things to be done at the very end - telling users
dnl about additional packages to install.
echo ""
echo "-- libkexiv2 configure results -------------------"
if test "x$have_exiv2" != "xyes"; then
echo "-- Exiv2 library found............ NO"
echo ""
echo "libkexiv2 needs Exiv2 library >= 0.12. You need to install Exiv2 first"
echo "Exiv2 website is at http://www.exiv2.org"
echo ""
all_tests=bad
else
echo "-- Exiv2 library found............ YES"
fi