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.
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.