maint: reenable sc_m4_quote_check
authorJim Meyering <meyering@redhat.com>
Sun, 29 Jan 2012 20:26:43 +0000 (21:26 +0100)
committerAkim Demaille <demaille@gostai.com>
Sun, 19 Feb 2012 09:21:32 +0000 (10:21 +0100)
* cfg.mk (local-checks-to-skip): Reenable sc_m4_quote_check.
* m4/dmalloc.m4: Add quotes.

Conflicts:

cfg.mk

m4/dmalloc.m4

index f724670..90e72f6 100644 (file)
@@ -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"