From: joncruz Date: Mon, 3 Apr 2006 03:52:21 +0000 (+0000) Subject: Reducing the minimum required LittleCms version to 1.14, as checked by Scribus people. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b3915c5051cde45db8e4f58bd1e2c61b0f806350;p=inkscape.git Reducing the minimum required LittleCms version to 1.14, as checked by Scribus people. --- 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