patch #9 from Joel Reed Daniel
authorDaniel Veillard <veillard@src.gnome.org>
Wed, 19 Jan 2005 12:59:19 +0000 (12:59 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Wed, 19 Jan 2005 12:59:19 +0000 (12:59 +0000)
* configure.in: patch #9 from Joel Reed
Daniel

ChangeLog
configure.in
libxslt/xsltwin32config.h

index 328d05e..7e6aab7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jan 19 13:58:16 CET 2005 Daniel Veillard <daniel@veillard.com>
+
+       * configure.in: patch #9 from Joel Reed
+
 Wed Jan 19 10:21:37 HKT 2005 William Brack <wbrack@mmm.com.hk>
 
        * transform.c: fixed problem with parserOptions not being
index 9a96cbc..c4fba7c 100644 (file)
@@ -445,6 +445,16 @@ then
     with_plugins=yes
 fi
 
+AC_MSG_CHECKING([whether shared libraries will be built (required for plugins)])
+if test "$enable_shared" = "no" -a "$with_plugins" = "yes"; then
+        AC_MSG_RESULT(no)
+        AC_MSG_WARN([Disabling plugin support.])
+        AC_MSG_WARN([Plugins require that shared libraries be built.])
+        with_plugins=no
+else
+        AC_MSG_RESULT(yes)
+fi
+
 if test "$with_plugins" = "yes" ; then
   AC_MSG_CHECKING([libxml2 module support])
   WITH_MODULES="`$XML_CONFIG --modules`"
index a66aec3..b0ad5b3 100644 (file)
@@ -44,7 +44,7 @@ extern "C" {
  *
  * extra version information, used to show a CVS compilation
  */
-#define LIBXML_VERSION_EXTRA "-CVS982"
+#define LIBXML_VERSION_EXTRA "-CVS983"
 
 /**
  * WITH_XSLT_DEBUG: