From b4bd24584fdfd6e9bc1a456a1408ce3c50ea64ee Mon Sep 17 00:00:00 2001 From: Igor Zlatkovic Date: Tue, 16 Apr 2002 18:58:32 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 1 + libxslt/xsltconfig.h.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 113529a..1fdb6e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ Tue Apr 16 19:40:21 CEST 2002 Igor Zlatkovic * win32/Makefile.msvc: XSLT debugger support fix * win32/configure.js: XSLT debugger support fix + * libxslt/xsltconfig.h.in: XSLT debugger support fix Mon Apr 15 19:27:31 CEST 2002 Daniel Veillard diff --git a/libxslt/xsltconfig.h.in b/libxslt/xsltconfig.h.in index 2e3188b..fcb0d5e 100644 --- a/libxslt/xsltconfig.h.in +++ b/libxslt/xsltconfig.h.in @@ -73,7 +73,7 @@ extern "C" { * On by default unless --without-debugger is passed to configure */ #if @WITH_DEBUGGER@ -#define WITH_XSLT_DEBUGGER +#define WITH_DEBUGGER #endif /** -- 2.7.4