summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--m4/dmalloc.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/dmalloc.m4 b/m4/dmalloc.m4
index f7246708..90e72f61 100644
--- a/m4/dmalloc.m4
+++ b/m4/dmalloc.m4
@@ -12,7 +12,7 @@ AC_ARG_WITH(dmalloc,
http://www.dmalloc.com/dmalloc.tar.gz],
[if test "$withval" = yes; then
AC_MSG_RESULT(yes)
- AC_DEFINE(WITH_DMALLOC,1,
+ AC_DEFINE([WITH_DMALLOC],1,
[Define if using the dmalloc debugging malloc package])
LIBS="$LIBS -ldmalloc"
LDFLAGS="$LDFLAGS -g"