gl_ASSERT: don't say assertions are disabled when they're not
authorJim Meyering <meyering@redhat.com>
Wed, 10 Dec 2008 14:06:42 +0000 (15:06 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 10 Dec 2008 17:11:43 +0000 (18:11 +0100)
commit9192e0a95a9c59846610ebffbae971b3996cdcec
treeecaac4da203661f124ce36bedfc444f8c1ddd6d8
parent561e331c8dc4ea7a5aee14c963b8be75d6d90627
gl_ASSERT: don't say assertions are disabled when they're not

* m4/assert.m4 (gl_ASSERT): Do not make configure report
"checking whether to enable assertions... no", when they are in
fact enabled.  This is solely a bug in the output of configure.
In spite of saying "no", NDEBUG was not defined in that case.
ChangeLog
m4/assert.m4