diff options
| -rw-r--r-- | configure.ac | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index bc2633253..712aa68b1 100644 --- a/configure.ac +++ b/configure.ac @@ -390,10 +390,7 @@ if test "x$enable_lcms" = "xno"; then have_lcms2=no else # Have to test LittleCms presence - if test "x${platform_osx}" != "xyes"; then - # lcms 2.2 & 2.3 have problems on OSX - PKG_CHECK_MODULES(LCMS2, lcms2, have_lcms2="yes", have_lcms2="no") - fi + PKG_CHECK_MODULES(LCMS2, lcms2, have_lcms2="yes", have_lcms2="no") if test "x${have_lcms2}" = "xyes"; then LIBS="$LIBS $LCMS2_LIBS" |
