From 62a87154b3bb1af77ee153603972090a600bafce Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering@redhat.com> Date: Sun, 29 Jan 2012 21:26:43 +0100 Subject: [PATCH] maint: reenable sc_m4_quote_check * cfg.mk (local-checks-to-skip): Reenable sc_m4_quote_check. * m4/dmalloc.m4: Add quotes. --- cfg.mk | 1 - m4/dmalloc.m4 | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cfg.mk b/cfg.mk index 2a4d7118..515ac253 100644 --- a/cfg.mk +++ b/cfg.mk @@ -38,7 +38,6 @@ local-checks-to-skip = \ sc_bindtextdomain \ sc_error_message_period \ sc_error_message_uppercase \ - sc_m4_quote_check \ sc_program_name \ sc_prohibit_HAVE_MBRTOWC \ sc_prohibit_always-defined_macros \ 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" -- 2.45.2