summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsu_v <suv-sf@users.sourceforge.net>2014-08-20 03:18:49 +0000
committer~suv <suv-sf@users.sourceforge.net>2014-08-20 03:18:49 +0000
commitd49572f664e1db84106a7424514eb9e92660be86 (patch)
treefac40fca21335cae6b11c8ec43d7163449ee0311
parentupdate to trunk (r13528) (diff)
downloadinkscape-d49572f664e1db84106a7424514eb9e92660be86.tar.gz
inkscape-d49572f664e1db84106a7424514eb9e92660be86.zip
Enable lcms2 support on OS X
(bzr r13506.1.19)
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 45abd1973..c6bbc33f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -389,10 +389,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"