On 29 May 2014 15:30, Tim Orling <[email protected]> wrote: > In AS_IF([test "x$enable_lcms" != "no"], > "no" should have been "xno"
This patch doesn't quite satisfy the general goal we have of being fully deterministic: if --enable-lcms is specified but the lcms dependency isn't satisfied (i.e. it gained a version requirement and we didn't have it) then configure would happily and silently disable lcms. A small tweak so that it's a fatal error if lcms is specified but the deps are not present would be good. Also have you approached upstream about this patch? Ross -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
