From aaddc6c50d961a78e63145a1f40ada28a0fe5109 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 20 Jun 2011 11:22:41 +0100 Subject: Remove remnants of DBUS_DISABLE_ASSERT Bug: https://bugs.freedesktop.org/show_bug.cgi?id=40711 Reviewed-by: Dan Williams --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index de437e9..b1cb2ae 100644 --- a/configure.ac +++ b/configure.ac @@ -76,7 +76,6 @@ if test x$enable_tests = xyes; then 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]) fi if test x$enable_checks = xno; then -- cgit v1.2.1