diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-07-09 11:12:12 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-07-09 11:41:17 +0100 |
commit | 8a9a17cd092d156272e8953974119f527b2b77eb (patch) | |
tree | b3882d34ffe88c099a326b341ad565b307f9ec68 /configure.ac | |
parent | b11bc37684181390fc1400afb44054785104ca15 (diff) |
sna: Improve the check for assertions
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f1ffacc4..7ab7ab86 100644 --- a/configure.ac +++ b/configure.ac @@ -320,7 +320,6 @@ if test "x$DEBUG" = xno; then AC_DEFINE(NDEBUG,1,[Disable internal debugging]) fi if test "x$DEBUG" != xno; then - AC_DEFINE(HAS_EXTRA_DEBUG,1,[Enable additional debugging]) PKG_CHECK_MODULES(VALGRIND, [valgrind], have_valgrind=yes, have_valgrind=no) if test x$have_valgrind = xyes; then AC_DEFINE([HAVE_VALGRIND], 1, [Use valgrind intrinsics to suppress false warnings]) |