From: Daniel Veillard Date: Wed, 19 Jan 2005 12:59:19 +0000 (+0000) Subject: patch #9 from Joel Reed Daniel X-Git-Tag: v1.1.28~336 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e58bc98c2b376a3323cb558b48d7eefe9139e885;p=platform%2Fupstream%2Flibxslt.git patch #9 from Joel Reed Daniel * configure.in: patch #9 from Joel Reed Daniel --- diff --git a/ChangeLog b/ChangeLog index 328d05e..7e6aab7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Jan 19 13:58:16 CET 2005 Daniel Veillard + + * configure.in: patch #9 from Joel Reed + Wed Jan 19 10:21:37 HKT 2005 William Brack * transform.c: fixed problem with parserOptions not being diff --git a/configure.in b/configure.in index 9a96cbc..c4fba7c 100644 --- a/configure.in +++ b/configure.in @@ -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`" diff --git a/libxslt/xsltwin32config.h b/libxslt/xsltwin32config.h index a66aec3..b0ad5b3 100644 --- a/libxslt/xsltwin32config.h +++ b/libxslt/xsltwin32config.h @@ -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: