* cfg.mk (local-checks-to-skip): Reenable sc_m4_quote_check.
* m4/dmalloc.m4: Add quotes.
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 \
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"