On Thu, Nov 22, 2007 at 08:19:56AM +0100, Ralf Wildenhues wrote:
> +AT_DATA([nopicfail.c],
> +[[
> +#ifndef PIC
> +choke me
> +#endif
> +int ans = 42;
> +]])
> +
> +AT_DATA([picfail.c],
> +[[
> +#ifndef PIC
> +choke me
> +#endif
> +int ans = 42;
> +]])

Shouldn't one of them (the latter?) be #ifdef PIC?

Cheers,
Peter


_______________________________________________
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool

Reply via email to