From 04ecba7a84da1223d2c3cd4ee508146b0ee38a29 Mon Sep 17 00:00:00 2001 From: su_v Date: Wed, 14 May 2014 02:35:49 +0200 Subject: Enable lcms2 support on OS X Fixed bugs: - https://launchpad.net/bugs/1024344 (bzr r13341.1.22) --- configure.ac | 5 +---- 1 file changed, 1 insertion(+), 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" -- cgit v1.2.3