Comment 3 for bug 1495322

Revision history for this message
James (jglossinger) wrote : Re: color management option was removed from xsane

It appears that this became disabled because of a migration from lcms to lcms2.

Things that should be addressed:
configure looks for lcms rather than lcms2

There are references to functions no longer provided such as
cmsErrorAction

There are also undeclared variables such as
LCMS_ERROR_SHOW

Also, some variables are of type DWORD, which should be changed to a more platform independent type.