[PATCH 01/17 v6] Configury support for --enable-stack-protector.
Mike Frysinger
vapier@gentoo.org
Sun Apr 10 14:33:00 GMT 2016
On 10 Apr 2016 12:26, Nix wrote:
> On 10 Apr 2016, Mike Frysinger uttered the following:
> > On 13 Mar 2016 15:16, Nix wrote:
> >> +case "$enable_stack_protector" in
> >> +all|yes|no|strong) ;;
> >> +*) AC_MSG_ERROR([Not a valid argument for --enable-stack-protector]);;
> >
> > should include the value of the var here for clarity
>
> I'm not entirely clear how you do that. You can't use
> $enable_stack_protector itself in there, because the Autoconf quoting
> will get in the way, won't it?
it shouldn't. the m4 quoting is at a diff level than shell quoting.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20160410/a3fa7635/attachment.sig>
More information about the Libc-alpha
mailing list