• James Moore's avatar
    Don't look for sched_yield on Android. · c92b4e11
    James Moore authored
    The problem is that sched_yield is available on the target, but configure.ac is asking to build
    a host binary using the AC_SEARCH_LIBS macro.  It can't configure for Android, since sched_yield isn't
    available on the host.
    c92b4e11
configure.ac 6.99 KB