From: Jim Meyering Date: Sun, 29 Jan 2012 20:26:43 +0000 (+0100) Subject: maint: reenable sc_m4_quote_check X-Git-Tag: v2.5.1_rc2~100 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/7880130e3e04c8b4b7ed4311e1112bf936dbad3e 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 --- 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"