libxml2: fix errors about missing symbol versioning, bumprev.

This commit is contained in:
Juan RP
2010-12-05 23:55:12 +01:00
parent 09cee234be
commit 475f9cb623
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- configure.orig 2010-12-05 23:51:33.069152384 +0100
+++ configure 2010-12-05 23:51:57.890020401 +0100
@@ -11414,7 +11414,7 @@ else
esac
fi
- if test -z "$VERSION_SCRIPT_FLAGS"; then
+ if test -n "$VERSION_SCRIPT_FLAGS"; then
USE_VERSION_SCRIPT_TRUE=
USE_VERSION_SCRIPT_FALSE='#'
else