On Wed, Jan 19, 2011 at 05:05:30PM +0200, Robert Spencer wrote:
> 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

  Yeah I had noticed that just after the release and fixed it in git then

http://git.gnome.org/browse/libxml2/commit/?id=00819877651b87842ed878898ba17dba489820f0

 the patch is the same, sorry !

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
[email protected]  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to