Re: bug in aclocal.m4

1999-07-02 Thread Jean-Marc Lasgouttes
>>>>> "Albert" == Albert Chin-A-Young <[EMAIL PROTECTED]> writes: Albert> Attached is a patch to fix a bug in aclocal.m4. If CXX is Albert> specified on the command-line before ./configure (CXX=g++ Albert> ./configure), ac_cv_prog_cxx_cross is not set. T

bug in aclocal.m4

1999-07-01 Thread Albert Chin-A-Young
Attached is a patch to fix a bug in aclocal.m4. If CXX is specified on the command-line before ./configure (CXX=g++ ./configure), ac_cv_prog_cxx_cross is not set. This leads to cross_compiling not being set which leads to this test failing: ### check for compiler brokenness