fixed a permutation of args to xsltPrintErrorContext() Daniel
authorDaniel Veillard <veillard@src.gnome.org>
Thu, 16 Aug 2001 12:08:02 +0000 (12:08 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Thu, 16 Aug 2001 12:08:02 +0000 (12:08 +0000)
* libxslt/extensions.c: fixed a permutation of args to
  xsltPrintErrorContext()
Daniel

ChangeLog
config.h.in
configure.in

index 9fcb922..d049b4e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Aug 16 12:58:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
+
+       * libxslt/extensions.c: fixed a permutation of args to
+         xsltPrintErrorContext()
+
 Wed Aug 15 15:19:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
 
        * Makefile.am config.h.in configure.in libxslt/xsltwin32config.h:
index cd82f1b..db21135 100644 (file)
@@ -27,9 +27,6 @@
 /* Define if you have the <ansidecl.h> header file.  */
 #undef HAVE_ANSIDECL_H
 
-/* Define if you have the <dlfcn.h> header file.  */
-#undef HAVE_DLFCN_H
-
 /* Define if you have the <float.h> header file.  */
 #undef HAVE_FLOAT_H
 
index 1af7a82..d83c29c 100644 (file)
@@ -202,6 +202,13 @@ else
        AC_MSG_ERROR(Could not find libxml2 anywhere, check ftp://xmlsoft.org/.)
 fi
 
+dnl
+dnl In build tree I use a static version with memory debug enabled
+dnl libtool 1.4 tries to use the shared lib and this won't work
+dnl
+dnl if test "${LOGNAME}" = "veillard" -a "`pwd`" = "/u/veillard/XSLT" ; then
+dnl     LIBXML_LIBS="./libxml2.a"
+dnl fi
 
 AC_SUBST(XML_CONFIG)
 AC_SUBST(LIBXML_LIBS)