[poppler] configure.ac
Albert Astals Cid
aacid at kemper.freedesktop.org
Fri Nov 28 02:13:15 PST 2014
configure.ac | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit bcb470064dd9f75ab0b0a0d9b7319fe8f1e558ae
Author: Adrian Johnson <ajohnson at redneon.com>
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)
More information about the poppler
mailing list