Don't disable GLib assertions when disabling our own assertions
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 22 Feb 2011 11:39:23 +0000 (11:39 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 10 Jun 2011 17:31:07 +0000 (18:31 +0100)
commit77e208ac1da8f5840270207a31170a15b8d562f2
treee443f20261738125fade174c9c359c1ced1022d3
parent90ac05171d018e5d2cc0c3a3195b59425a626f96
Don't disable GLib assertions when disabling our own assertions

We no longer use GLib internally, and assertions are how it'll report test
failures when we add GTest-based tests.

Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34570
configure.ac