Follow-up Comment #3, bug #34830 (project make): Well, I can't test it because I have no Windows tools
Anyway the case statement is right. What it's trying to ask is if ANY value in the list is "no". The "*" will match zero or more chars, so this says, basically, if the string "/no/" appears anywhere in the string then set the value to no. But, this should be totally irrelevant on windows because the next statement is: # Also supported on OS2 and W32 case "$host_os" in os2*|mingw32) make_cv_sa_restart=yes ;; esac Oh bummer, that's wrong. It should say make_cv_job_server=yes not make_cv_sa_restart=yes Cut and paste error. Can you fix that and see if it helps? Also, is that the right host_os value? Any others? _______________________________________________________ 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