bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #34830] minor windows fixes


From: Ozkan Sezer
Subject: [bug #34830] minor windows fixes
Date: Tue, 15 Nov 2011 21:48:17 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.21) Gecko/20090507 Fedora/1.1.16-1.fc9 SeaMonkey/1.1.16

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]