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

26 lines
677 B

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
if test "x$USING_OPENMP" != "xyes"; then
echo "-- compile with OpenMP support.... NO (Optional)"
all_tests=bad
else
echo "-- compile with OpenMP support.... YES (Optional)"
fi