diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2012-05-17 16:33:50 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2012-05-17 16:33:50 +0300 |
commit | cb4cf90bd7e13ecb7b2a286d548fe853796948c4 (patch) | |
tree | 513edae8fcb4124248f4a32ad20356d93431a749 /configure.ac | |
parent | b34e30cf98888bffda1de54b1bcb5b380b8066a8 (diff) | |
download | bindfs-cb4cf90bd7e13ecb7b2a286d548fe853796948c4.tar.gz |
MALLOC_CHECK_ is an ennvar, not a compiler defn.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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" |