4bbb7e41e1
Gnulib generates lib/sched.h which wraps the system sched.h via #include_next, but the #if @HAVE_SCHED_H@ guard evaluates to 0 during cross-compilation, preventing sched_param typedef from being visible. Adding ac_cv_header_sched_h=yes fixes the guard.