• Davi Arnaut's avatar
    Bug#42599: error: `pthread_setschedprio' was not declared in this scope · f6ea8b76
    Davi Arnaut authored
    The problem was that a pthread.h header used by gcc did not
    declare the pthread_setscheprio, yet the function is implemented
    by the function is implemented, causing a autoconf check to pass
    and compilation with C++ to fail. The solution is to add a
    autoconf check to ensure that the function is properly declared.
    f6ea8b76
configure.in 89.8 KB