diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2014-05-14 00:35:49 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2014-05-14 00:35:49 +0000 |
| commit | 04ecba7a84da1223d2c3cd4ee508146b0ee38a29 (patch) | |
| tree | 295b0347342d32ccbf3a9f5132e31bc512969638 | |
| parent | win64 - delete hicolor icon theme folder, halts inkscape ohterwise (diff) | |
| download | inkscape-04ecba7a84da1223d2c3cd4ee508146b0ee38a29.tar.gz inkscape-04ecba7a84da1223d2c3cd4ee508146b0ee38a29.zip | |
Enable lcms2 support on OS X
Fixed bugs:
- https://launchpad.net/bugs/1024344
(bzr r13341.1.22)
| -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" |
