[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: patches/76-default-CC.patch
From: |
Alexandre Oliva |
Subject: |
Re: patches/76-default-CC.patch |
Date: |
15 Dec 2000 04:33:33 -0200 |
User-agent: |
Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) |
On Dec 14, 2000, Akim Demaille <address@hidden> wrote:
> -if test "${ac_cv_c_stringize}" = yes; then
> +if test $ac_cv_c_stringize = yes; then
Don't do this. Even though autoconf will never store multi-word
values in ac_cv_c_stringize, the cache may have been polluted with
such invalid values, that would break the proposed code with very odd
errors.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer address@hidden, redhat.com}
CS PhD student at IC-Unicamp address@hidden, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me