From 3e133d378cc21803914b1bb82dbf2d1882c77768 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 27 Mar 2013 09:49:35 +0000 Subject: libcolord: Show all the translations when dumping an ICC profile Note: You need a new version of lcms2 for this to work. --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 47f8e10..1135220 100644 --- a/configure.ac +++ b/configure.ac @@ -157,6 +157,10 @@ AC_CHECK_LIB(lcms2, cmsGetToneCurveEstimatedTableEntries, have_lcms_table_entrie if test x$have_lcms_table_entries != x; then AC_DEFINE(HAVE_LCMS_GET_TABLE_ENTRIES,1,[cmsGetToneCurveEstimatedTableEntries is available]) fi +AC_CHECK_LIB(lcms2, cmsMLUtranslationsCount, have_lcms_mlu_translations_count=yes) +if test x$have_lcms_mlu_translations_count != x; then + AC_DEFINE(HAVE_LCMS_MLU_TRANSLATIONS_COUNT,1,[cmsMLUtranslationsCount is available]) +fi PKG_CHECK_MODULES(SQLITE, sqlite3) -- cgit v1.2.1