aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2012-05-17 16:33:50 +0300
committerMartin Pärtel <martin.partel@gmail.com>2012-05-17 16:33:50 +0300
commitcb4cf90bd7e13ecb7b2a286d548fe853796948c4 (patch)
tree513edae8fcb4124248f4a32ad20356d93431a749 /configure.ac
parentb34e30cf98888bffda1de54b1bcb5b380b8066a8 (diff)
downloadbindfs-cb4cf90bd7e13ecb7b2a286d548fe853796948c4.tar.gz
MALLOC_CHECK_ is an ennvar, not a compiler defn.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index edbfbd0..e59c8c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ AC_ARG_WITH([core-foundation],
if test x"$enable_debug" == "xyes" ; then
- CFLAGS="${CFLAGS} -g -O0 -DMALLOC_CHECK_=2"
+ CFLAGS="${CFLAGS} -g -O0"
AC_DEFINE([BINDFS_DEBUG], [1], [Define to 1 to enable debugging messages])
else
CFLAGS="${CFLAGS} -O2"