summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-29 21:26:43 +0100
committerAkim Demaille <demaille@gostai.com>2012-02-19 10:21:32 +0100
commit7880130e3e04c8b4b7ed4311e1112bf936dbad3e (patch)
tree966da8ee6ba75a8fc81d6b9cef5619adbaa8735e
parentfe40b679d799a54447a9eecd84a014f5674f1abb (diff)
downloadbison-7880130e3e04c8b4b7ed4311e1112bf936dbad3e.tar.gz
maint: reenable sc_m4_quote_check
* cfg.mk (local-checks-to-skip): Reenable sc_m4_quote_check. * m4/dmalloc.m4: Add quotes. Conflicts: cfg.mk
-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"