On Wed, Dec 16, 2015 at 6:08 AM, Magnus Ihse Bursie
<magnus.ihse.bur...@oracle.com> wrote:
> On 2015-12-15 19:38, Martin Buchholz wrote:

> Are you talking about JDK-6515172? I was thinking on how to implement a
> proper check in the configure script, where calling separate process are not
> so unorthodox after all. ;-)

Thanks all for pointing me at JDK-6515172.  Calling nproc in the
configure script seems crazy to me - what can you tell from the
result?

Instead, use standard autoconf macros like

AC_CONFIG_HEADERS([sched.h])
AC_CHECK_FUNC(sched_getaffinity)

Reply via email to