------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1428
--- Comment #6 from Philip Hazel <ph10@???> 2014-01-05 17:43:52 ---
(In reply to comment #4)
> JIT does not use pthreads under windows. Instead it uses the native threading
> support of the OS. Can we restrict that check to posix OS-es? I do not know
> much about autotools :)
I don't know about POSIX OS-es, but inside configure.ac we already test for the
presence of windows.h so perhaps checking that would be sufficient? Another
thing that could be checked is the value of $host_os, which is set by
AC_CANONICAL_HOST (that macro is not currently called). I guess the test should
be for mingw* or cygwin*. Can anybody confirm this?
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email