From: Ralph Corderoy Date: Fri, 5 May 2017 12:11:15 +0000 (+0100) Subject: configure.ac: Enable assert(3) by default. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/c347c3bbba2b3eea2442b641a11a381dea709cd8?ds=inline;hp=c347c3bbba2b3eea2442b641a11a381dea709cd8 configure.ac: Enable assert(3) by default. Revert 167e542b that disabled assert(3) by default after private email discussion with David Levine. I suggested it being enabled by default in git so those running nmh from git were testing them for us, with it being disabled as part of the release process so packagers continue with it disabled. David pointed out that would make the release intentionally different from what had been long tested so the default is now enabled assertions everywhere unless disabled by a packager. ---