summaryrefslogtreecommitdiffstats
path: root/libkdcraw/configure.in.bot
blob: 1f250da32d0bce7ed8d58e7db94a3d28892a5595 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
dnl Put here things to be done at the very end - telling users
dnl about additional packages to install.

echo ""
echo "-- libkdcraw configure results -------------------"

if test "x$have_lcms" != "xyes"; then
  echo "-- lcms found..................... NO"
  echo ""
  echo "libkdcraw needs Lcms library. You need to install the lcms development package."
  echo "Lcms website is at http://www.littlecms.com"
  echo ""
  all_tests=bad
else
  echo "-- lcms found..................... YES"
fi