> -----Original Message-----
> From: pcp-bounces@xxxxxxxxxxx [mailto:pcp-bounces@xxxxxxxxxxx] On Behalf
> Of Ken McDonell
> Sent: Friday, 3 July 2015 8:20 PM
> To: PCP
> Subject: [pcp] configure.ac issue
>
> ./configure: line 3943: test: too many arguments
> ./configure: line 3971: test: too many arguments
> ./configure: line 4011: test: too many arguments
>
> lines like this ... in configure.ac are not syntactically correct,
expecially when
> $cc_is_gcc appears to be undefined.
>
> test $cc_is_gcc -a "x$enable_ssp" != xno
>
> Not sure where this worked, but probably needs guidance from Nathan as to
> the intent.
I had to find a fix for this as it was causing build breakage ... I've
committed the attached patch in my tree, but would really appreciate some
review eyes being cast over it.
patch.pcp
Description: Binary data
|