On Tue, Oct 06, 2009 at 05:25:04PM +0300, Andrew W. Nosenko wrote:
> Unfortunately, at the time of writing
>     2bdf87e Restore behavior of --with-threads without argument
> 
> I was too concentrated on --with-threads without arguments and left
> second problem in this check unattended: the test chain was built using
> '|' pipe instead of '||' logical OR.
> 
> As consequence, case --with-threads=pthread remained broken, and
> enabling threads by default become broken if neither --with-threads nor
> --without-threads passed to configure at all.
> 
> * configure.in: use '||' for "logical OR" operator as it should to be
> instead of '|' (pipe).

  Ahhhh ! That's the reason ! I found a couple of suspicious warnings
about this but could not spot a problem on that line :(

Damn .... that's a nasty thing !

Daniel

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

Reply via email to