You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure that that's the right solution here. Technically, sched_yield is required on every platform except Windows. It makes more sense to just disable the check on any Win32 platforms, rather than enable it only for Solaris. On non-Windows, non-Solaris systems, this guarantees the presence of sched_yield
The following line causes a ./configure failure on MinGW:
It's specific to Solaris and should be moved to m4/acx_check_suncc.m4
The text was updated successfully, but these errors were encountered: