*** empty log message ***
authorIgor Zlatkovic <igor@src.gnome.org>
Tue, 16 Apr 2002 18:58:32 +0000 (18:58 +0000)
committerIgor Zlatkovic <igor@src.gnome.org>
Tue, 16 Apr 2002 18:58:32 +0000 (18:58 +0000)
ChangeLog
libxslt/xsltconfig.h.in

index 113529a..1fdb6e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@ Tue Apr 16 19:40:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
 
        * 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 <daniel@veillard.com>
 
index 2e3188b..fcb0d5e 100644 (file)
@@ -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
 
 /**