summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-06-20 11:23:20 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-11-19 15:34:13 +0000
commit8459facc2c5d7f36849b93e40df81a415f5c40b8 (patch)
tree0fb6eb5d1faa351a8656c1344457878bf1094780
parentaaddc6c50d961a78e63145a1f40ada28a0fe5109 (diff)
downloaddbus-glib-8459facc2c5d7f36849b93e40df81a415f5c40b8.tar.gz
Remove remnants of DBUS_DISABLE_CHECKS
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=40711 Reviewed-by: Dan Williams <dcbw@redhat.com>
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b1cb2ae..ef28684 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,7 +79,6 @@ if test x$enable_asserts = xno; then
AC_DEFINE(G_DISABLE_ASSERT,1,[Disable GLib assertion macros])
fi
if test x$enable_checks = xno; then
- AC_DEFINE(DBUS_DISABLE_CHECKS,1,[Disable public API sanity checking])
AC_DEFINE(G_DISABLE_CHECKS,1,[Disable GLib public API sanity checking])
fi