File patch1 of Package microdc2
--- configure.old 2009-03-10 17:27:33.000000000 +0300
+++ configure 2009-03-10 17:28:02.000000000 +0300
@@ -21501,14 +21501,14 @@
if test -n "$XML_CONFIG" && test -n "$TR"; then
LIBXML2_VERSION=`$XML_CONFIG --version | $TR -d "."`
- if test $LIBXML2_VERSION -eq 2616; then
+ if test $LIBXML2_VERSION -eq 261; then
cat >>confdefs.h <<\_ACEOF
#define XML_SAVE_FORMAT 1
_ACEOF
fi
- if test $LIBXML2_VERSION -ge 2616; then
+ if test $LIBXML2_VERSION -ge 261; then
cat >>confdefs.h <<\_ACEOF
#define HAVE_LIBXML2 1
_ACEOF