On Wed, 10 Aug 2005 15:32:25 -0400 (EDT), Andy Dougherty
<[EMAIL PROTECTED]> wrote:

> On Wed, 10 Aug 2005, H.Merijn Brand wrote:
> 
> 
> > > --- perl-current/hints/solaris_2.sh       Sun May 22 10:38:40 2005
> > > +++ perl-andy/hints/solaris_2.sh  Tue Jul 26 11:29:22 2005
> > > @@ -211,7 +211,10 @@
> > >   # Indent to avoid propagation to config.sh
> > >   verbose=`${cc:-cc} -v -o try try.c 2>&1`
> > >  
> > > -if echo "$verbose" | grep '^Reading specs from' >/dev/null 2>&1; then
> > > +# XXX TODO:  'specs' output changed from 'Reading specs from' in
> > > gcc-[23] to 'Using +# built-in specs' in gcc-4.  Perhaps we should just
> > > use the same gcc test as +# in Configure to see if we're using gcc.
> > > +if echo "$verbose" | egrep '(Reading specs from)|(Using built-in
> > > specs)'
> > > >/dev/null 2>&1; then #
> > >   # Using gcc.
> > >   #
> > 
> > Is this patch still to be applied?
> 
> Yes, please.  We've now verified it works.

Thanks, applied in change #25282


-- 
H.Merijn Brand        Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using Perl 5.6.2, 5.8.0, 5.8.5, & 5.9.2  on HP-UX 10.20, 11.00 & 11.11,
 AIX 4.3 & 5.2, SuSE 9.2 & 9.3, and Cygwin. http://www.cmve.net/~merijn
Smoking perl: http://www.test-smoke.org,    perl QA: http://qa.perl.org
 reports  to: [EMAIL PROTECTED],                perl-qa@perl.org

Reply via email to