On Tue, Jul 01, 2003 at 09:31:24AM -0700, Paul Eggert wrote:
> Albert Chin <[EMAIL PROTECTED]> writes:
> 
> > How's this. I don't ifdef __GNUC__ as you mention glibc above....
> 
> > --- lib/autoconf/c.m4.orig  Sun Dec 22 22:10:46 2002
> > +++ lib/autoconf/c.m4       Tue Jun 24 10:26:11 2003
> > @@ -735,7 +742,7 @@
> >  done
> >  rm -f conftest*
> >  if test -n "$ac_declaration"; then
> > -  echo '#ifdef __cplusplus' >>confdefs.h
> > +  echo '#if defined(__cplusplus) && defined(__GLIBC__)' >>confdefs.h
> >    echo $ac_declaration      >>confdefs.h
> >    echo '#endif'             >>confdefs.h
> >  fi
> 
> 
> I don't know the context of this discussion.  However, a different
> patch to support Autoconf with HP's aCC was installed in May; perhaps
> that means the problem (whatever it is) has already been fixed, in a
> different way.  Here is a URL to the May patch:

That patch looks ok to me.

-- 
albert chin ([EMAIL PROTECTED])


Reply via email to