> Since mansync can not be build for win32, could we add a switch to
> configure to disable it. 

Things like this should be detected by configure automatically - see below.

> This causes problems as the build fails when it tries to build mansync 
> (no fork()).

? Windows has no fork() or equivalent ? Hmm - yes ... IIRC it has a
possibility to spawn other tasks, but not to clone the current one ...
hmmm - hard to match those concepts.

What happens ? The target does not link due to fork() missing ?

In that case you would an AC_CHECK_LIB statement to configure.in that will
influence the building of targets that use fork().

CU, ANdy

-- 
= Andreas Beck                    |  Email :  <[EMAIL PROTECTED]> =

Reply via email to