diff options
Diffstat (limited to 'm4/dmalloc.m4')
-rw-r--r-- | m4/dmalloc.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/dmalloc.m4 b/m4/dmalloc.m4 index 365ef8039..e1e3cdb17 100644 --- a/m4/dmalloc.m4 +++ b/m4/dmalloc.m4 @@ -12,7 +12,8 @@ AC_ARG_WITH(dmalloc, ftp://ftp.letters.com/src/dmalloc/dmalloc.tar.gz], [if test "$withval" = yes; then AC_MSG_RESULT(yes) - AC_DEFINE(WITH_DMALLOC) + AC_DEFINE(WITH_DMALLOC,1, + [Define if using the dmalloc debugging malloc package]) LIBS="$LIBS -ldmalloc" LDFLAGS="$LDFLAGS -g" else |