summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2014-11-25 05:53:38 +1030
committerAlbert Astals Cid <aacid@kde.org>2014-11-28 11:12:56 +0100
commitbcb470064dd9f75ab0b0a0d9b7319fe8f1e558ae (patch)
treeed94b7bd779c01efe1eca8163f3cab80461eab0b /configure.ac
parent832046c57ab2909d329340f1c941b29e8246ff73 (diff)
cofigure: print "no" instead of "auto" if lcms not found
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 400abaa6..09406749 100644
--- a/configure.ac
+++ b/configure.ac
@@ -762,6 +762,8 @@ if test x$lcms1 = xyes || test x$lcms2 = xyes; then
lcms1=yes;
AC_DEFINE(USE_LCMS1, 1, [Defines if use lcms1])
fi
+else
+ enable_cms=no
fi
AM_CONDITIONAL(USE_CMS, test x$enable_cms = xyes)