27 Sep
2016
27 Sep
'16
10:07 a.m.
On 25.09.2016 11:22, Allan McRae wrote:
The configure script will now error if at least one library supporting checksum generation is not present
How about getting rid of that double negation? Better: "The configure script will now error if no library supporting checksums is present". "at least one ... is not present" would actually mean that if we support 3 libs and one of those is not installed, configure throws an error. I'm pretty sure that's not what you mean/want. Apart from that: Good idea! Florian