Hello IOhannes,

Thanks for the report.

* IOhannes m zmoelnig wrote on Tue, Sep 26, 2006 at 02:22:07PM CEST:
> Package: autoconf
> Version: 2.60a-3
> Severity: normal
> 
> AC_PROG_GCC_TRADITIONAL tests if $ac_cv_prog_gcc_traditional is set to
> "yes" or "no"; if ac_cv_prog_gcc_traditional is not set, then the
> comparision yields an error.

> the (expanded) shell code looks like:
> 
>  if test $ac_cv_prog_gcc_traditional = no; then

Well.  The code before the test should ensure that the variable _is_ set
in all cases.  In light of this, omitting the double-quotes is a nice
test to see that the code is doing something wrong, or is being mis-used, 
or something else is unexpectedly wrong.

Could you show the package, configure invocation and output where you
are experiencing this with, so we can decide which of the above is the
case?

Cheers,
Ralf


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to