Disable the use of liblzma in libtiff if detecting it failed
We only disabled LZMA support in libtiff if --without-liblzma was explicitly specified, but we need to do it also if liblzma wasn't detected because libtiff configure might erroneously decide that it's available under macOS when using -isysroot, which would result in compilation errors later. And even if there were no such problem, it's still worth disabling LZMA support explicitly to skip unnecessary checking for it again in libtiff configure.
This commit is contained in:
Reference in New Issue
Block a user