summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2004-08-05 12:54:59 +0200
committerunknown <joreland@mysql.com>2004-08-05 12:54:59 +0200
commitc1674294d5a2c654ad4b00be6c92fa85b7e257ee (patch)
tree4811afbef7d8a7f2232b0bf157e041af8c4f72ab /configure.in
parentf47a0b9f29787d7bf22dbb69d42335a5865a6b3f (diff)
downloadmariadb-git-c1674294d5a2c654ad4b00be6c92fa85b7e257ee.tar.gz
wl2010
Added NDB_DEBUG(--with-debug) and NDB_DEBUG_FULL(--with-debug=full) configure.in: Added NDB_DEBUG(--with-debug) and NDB_DEBUG_FULL(--with-debug=full)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index afcc60942ce..b78881a253c 100644
--- a/configure.in
+++ b/configure.in
@@ -2961,10 +2961,10 @@ then
if test "$with_debug" = "yes"
then
# Medium debug.
- NDB_DEFS="-DVM_TRACE -DERROR_INSERT -DARRAY_GUARD"
+ NDB_DEFS="-DNDB_DEBUG -DVM_TRACE -DERROR_INSERT -DARRAY_GUARD"
elif test "$with_debug" = "full"
then
- NDB_DEFS="-DVM_TRACE -DERROR_INSERT -DARRAY_GUARD"
+ NDB_DEFS="-DNDB_DEBUG_FULL -DVM_TRACE -DERROR_INSERT -DARRAY_GUARD"
else
NDB_DEFS="-DNDEBUG"
fi