projects
/
platform
/
upstream
/
dbus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90ac051
)
Don't disable GLib assertions when disabling our own assertions
author
Simon McVittie
<simon.mcvittie@collabora.co.uk>
Tue, 22 Feb 2011 11:39:23 +0000
(11:39 +0000)
committer
Simon McVittie
<simon.mcvittie@collabora.co.uk>
Fri, 10 Jun 2011 17:31:07 +0000
(18:31 +0100)
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
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
64db542
..
c4bc050
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-164,7
+164,6
@@
fi
if test x$enable_asserts = xno; then
AC_DEFINE(DBUS_DISABLE_ASSERT,1,[Disable assertion checking])
- AC_DEFINE(G_DISABLE_ASSERT,1,[Disable GLib assertion macros])
R_DYNAMIC_LDFLAG=""
else
# -rdynamic is needed for glibc's backtrace_symbols to work.