Seems that someone got confused with the difference between -z & -n. Since it wasn't bust in previously releases I have no idea why it was changed.
diff -u --new-file --recursive libxml2-2.7.8_vanilla/configure.in libxml2-2.7.8_fix-bug-with-version-script/configure.in --- libxml2-2.7.8_vanilla/configure.in 2010-11-04 17:01:19.000000000 +0000 +++ libxml2-2.7.8_fix-bug-with-version-script/configure.in 2011-01-19 14:53:26.578224692 +0000 @@ -84,7 +84,7 @@ esac fi AC_SUBST(VERSION_SCRIPT_FLAGS) -AM_CONDITIONAL([USE_VERSION_SCRIPT], [test -z "$VERSION_SCRIPT_FLAGS"]) +AM_CONDITIONAL([USE_VERSION_SCRIPT], [test -n "$VERSION_SCRIPT_FLAGS"]) dnl dnl We process the AC_ARG_WITH first so that later we can modify _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
