[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Question about configure options



At 02:09 AM 2002-01-17, Volkov Serge wrote:
>I want try to options of configure script but don't understand what it do  
>--with-fetch            with fetch URL support [auto]

This option, if enabled, adds support for additional URL schemes
than just file:///.

>and what library needed for fetch?

fetch(3) from FreeBSD.

>--with-yielding-select  with implicitly yielding select [auto]

This option is used to to set the select(2) yielding behavior
in regards to threading.  It should be left on 'auto' unless
configure is improperly detecting the behavior.

Kurt