On 30/10/17 09:13, Dmitry Shachnev wrote: > The attached small patch fixes the issue for me. Tested with libjpeg-turbo, > where one symbol was deliberately removed. > > The previous if (defined $state) check was always true, because a //= > operator is used to define $state two lines above. > > -- > Dmitry Shachnev >
This patch appears to fix the issue for me on the libjpeg-turbo test case, and builds on the kubuntu CI which was having issues on not seeing the correct output in build logs.

