configure.ac | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit bcb470064dd9f75ab0b0a0d9b7319fe8f1e558ae
Author: Adrian Johnson <[email protected]>
Date: Tue Nov 25 05:53:38 2014 +1030
cofigure: print "no" instead of "auto" if lcms not found
diff --git a/configure.ac b/configure.ac
index 400abaa..0940674 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)
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler