• Samuel Martin's avatar
    autotools: tests: disable test_fork if fork() is not available · 6fdafc45
    Samuel Martin authored
    fork() support is optional and its availability is correctly detected at
    contfigure time.
    
    But test_fork was all always built, preventing build for targets that do
    not provide fork() from building successfully.
    
    This pacth fixes the autotools on this point.
    6fdafc45
configure.ac 19.6 KB