On 27 Jan 2017 20:31, ishik...@yk.rim.or.jp wrote:
> I found a few tests that failed if -Werror=unsed-variable is defined for
> CFLAGS (an environment variable).
generally speaking, passing -Werror flags to configure is a bad idea.
you should insert the -Werror flags after configure has run. you
Dear Eric,
Thank you for your quick response.
On 2017/01/28 0:00, Eric Blake wrote:
On 01/27/2017 05:31 AM, ishik...@yk.rim.or.jp wrote:
In configure script generated by autoconf 2.13 for mozilla software
# Generated automatically using autoconf version 2.13
# Copyright (C) 1992, 93, 94, 95,
On 01/27/2017 05:31 AM, ishik...@yk.rim.or.jp wrote:
> In configure script generated by autoconf 2.13 for mozilla software
>
> # Generated automatically using autoconf version 2.13
> # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
Wow that's old. Can you convince the project t