Paul Vriens paul.vriens.wine@gmail.com writes:
It's the first time I actually looked deeper into configure.ac/configure so bear with me. This part look suspicious in configure.ac:
832 WINE_NOTICE_IF([test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" = "yes"],[liblcms development files not found. 833 Wine will be built without Color Management support. (mscms.dll)])
Shouldn't that be != "yes" ?
Yes of course, thanks for catching this.