Follow-up Comment #2, bug #34830 (project make):

Thanks for applying the patches.

Hmm, configury still doesn't allow jobserver for windows.  Looking around line
305 of configure.in, you are testing four variables but against "*/no/*" i.e.
three.  Changing to something like:

case
"$ac_cv_func_pipe/$ac_cv_func_sigaction/$make_cv_sa_restart/$has_wait_nohang"
in
  */*/no/*) make_cv_job_server=no ;;
esac

... didn't work for me, either. I'm possibly doing something wrong
in there, or the "*" stuff doesn't work as expected.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34830>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to