From 6d8f508fe9bed97a12d8f2a8dd01a413d7a60560 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Mon, 26 Nov 2001 03:04:46 +0000 Subject: Relevant BUGIDs: 485454 Purpose of commit: revive feature Commit summary: --------------- malloc et al. debugging was not supported by the new autoconf setup, this commit rectifies that. It also adds a couple of header file inclusions that seem to be needed with recent glibc headers. --- Make.Rules.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Make.Rules.in') diff --git a/Make.Rules.in b/Make.Rules.in index 48e89206..b36f36c4 100644 --- a/Make.Rules.in +++ b/Make.Rules.in @@ -61,6 +61,7 @@ MANDIR=@MANDIR@ # configuration settings WITH_DEBUG=@WITH_DEBUG@ +WITH_MEMORY_DEBUG=@WITH_MEMORY_DEBUG@ WITH_LIBDEBUG=@WITH_LIBDEBUG@ WITH_PAMLOCKING=@WITH_PAMLOCKING@ WITH_LCKPWDF=@WITH_LCKPWDF@ -- cgit v1.2.3