summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNathan Hurst <njh@njhurst.com>2006-05-24 06:18:15 +0000
committernjh <njh@users.sourceforge.net>2006-05-24 06:18:15 +0000
commit2d8b9e0f0d5922d7a2b3bcfcf9ded9ad51f072ce (patch)
tree8d3bcc9752438d2bdbc407f0a74d8d9343cf7ffe /configure.ac
parentadded liblcms1-dev build dep (diff)
downloadinkscape-2d8b9e0f0d5922d7a2b3bcfcf9ded9ad51f072ce.tar.gz
inkscape-2d8b9e0f0d5922d7a2b3bcfcf9ded9ad51f072ce.zip
debian updates, lowered requirement on lcms to 1.13
(bzr r996)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0a5a6dffc..d1e63c755 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.14, lcms=yes, lcms=no)
+ PKG_CHECK_MODULES(LCMS, lcms >= 1.13, lcms=yes, lcms=no)
if test "x$lcms" != "xyes"; then
dnl No lcms found
if test "x$enable_lcms" = "xyes"; then