Submitted as rev 151. On Wed, May 27, 2009 at 5:44 PM, Monty Taylor <mo...@inaugust.com> wrote:
> PS. Did you see the patch on issue 105 for ptrdiff and offsets_ ? > Yeargh, I wish I could tell the code site to e-mail me whenever someone submits an issue, because I always forget to go look. > > === modified file 'm4/acx_check_suncc.m4' > --- m4/acx_check_suncc.m4 2009-05-28 09:33:56 +0000 > +++ m4/acx_check_suncc.m4 2009-05-28 09:34:20 +0000 > @@ -12,7 +12,8 @@ > > AC_DEFUN([ACX_CHECK_SUNCC],[ > > - AC_CHECK_DECL([__SUNPRO_C], [SUNCC="yes"], [SUNCC="no"]) > + AC_LANG_PUSH([C++]) > + AC_CHECK_DECL([__SUNPRO_CC], [SUNCC="yes"], [SUNCC="no"]) > > AS_IF([test "$SUNCC" = "yes"],[ > isainfo_k=`isainfo -k` > @@ -30,4 +31,5 @@ > CFLAGS="-g -xO4 -xlibmil -xdepend -Xa -mt -xstrconst ${IS_64} > ${MEMALIGN_FLAGS} $CFLAGS" > CXXFLAGS="-g -xO4 -xlibmil -mt ${IS_64} ${MEMALIGN_FLAGS} -xlang=c99 > -compat=5 -library=stlport4 -template=no%extdef $CXXFLAGS" > ]) > + AC_LANG_POP() > ]) > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to protobuf@googlegroups.com To unsubscribe from this group, send email to protobuf+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/protobuf?hl=en -~----------~----~----~----~------~----~------~--~---