<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 23, 2013 at 10:39 PM, Paul Bone <span dir="ltr"><<a href="mailto:paul@bone.id.au" target="_blank">paul@bone.id.au</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Thu, May 23, 2013 at 10:12:19PM +1000, Julien Fischer wrote:<br>
> On Thu, May 23, 2013 at 8:48 PM, Paul Bone <<a href="mailto:paul@bone.id.au">paul@bone.id.au</a>> wrote:<br><br>
> > --- a/m4/mercury.m4<br>
> > +++ b/m4/mercury.m4<br>
> > @@ -369,6 +369,13 @@ EOF<br>
> >      esac<br>
> >  done<br>
> ><br>
> > +# If the user specified one or more compilers and we couldn't find any<br>
> > +# then abort configuration.<br>
> > +if test "$mercury_cv_with_csharp_compiler" != "" -a "$CSC" = ""; then<br>
> > +    AC_MSG_ERROR([No C sharp compilers could be found.]<br>
><br>
><br>
> How about:<br>
><br>
>     No working C# compiler could be found.<br>
<br>
</div></div>s/working/suitable/  Since a C# compiler might work but not support<br>
generics.</blockquote><div><br></div><div style>Fine, although didn't your change add a separate test for whether generics</div><div style>are supported?</div><div style><br></div><div style>Cheers,</div><div style>Julien.</div>
</div></div></div>