From b3915c5051cde45db8e4f58bd1e2c61b0f806350 Mon Sep 17 00:00:00 2001 From: joncruz Date: Mon, 3 Apr 2006 03:52:21 +0000 Subject: [PATCH] Reducing the minimum required LittleCms version to 1.14, as checked by Scribus people. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2