Changes between Initial Version and Version 1 of Ticket #55650, comment 3


Ignore:
Timestamp:
Jan 7, 2018, 6:12:33 AM (6 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55650, comment 3

    initial v1  
    11You propose replacing the line
    22
    3   return -code error "incompatible Mac OS X version"
     3{{{
     4return -code error "incompatible Mac OS X version"
     5}}}
    46
    57with
    68
    7   configure.cppflags-append  -DGOOGLE_PROTOBUF_NO_THREADLOCAL
     9{{{
     10configure.cppflags-append  -DGOOGLE_PROTOBUF_NO_THREADLOCAL
     11}}}
    812
    913?