diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2006-04-03 03:52:21 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2006-04-03 03:52:21 +0000 |
| commit | 26c9d6f51eb74572457d93a6ab3c41701fb08f94 (patch) | |
| tree | ddac635bcd0d80498be6555b81a69c0f05a340a9 | |
| parent | Will not try to do image transform with named color profile (diff) | |
| download | inkscape-26c9d6f51eb74572457d93a6ab3c41701fb08f94.tar.gz inkscape-26c9d6f51eb74572457d93a6ab3c41701fb08f94.zip | |
Reducing the minimum required LittleCms version to 1.14, as checked by Scribus people.
(bzr r405)
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 64ca940d5..0dceb4262 100644 --- a/configure.ac +++ b/configure.ac @@ -435,7 +435,7 @@ if test "x$enable_lcms" = "xno"; then lcms=no else dnl Have to test LittleCms presence - PKG_CHECK_MODULES(LCMS, lcms >= 1.15, lcms=yes, lcms=no) + PKG_CHECK_MODULES(LCMS, lcms >= 1.14, lcms=yes, lcms=no) if test "x$lcms" != "xyes"; then dnl No lcms found if test "x$enable_lcms" = "xyes"; then |
