don't use __thread keyword with g++ < 4 as it results in mysterious problems at link...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 23 Nov 2008 01:53:24 +0000 (01:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 23 Nov 2008 01:53:24 +0000 (01:53 +0000)
commiteb6a8d695e5bdbd2ceeba9ba67d4216de2778715
tree2177d73599cd0b73904afac7741288c3362537eb
parent40e7c0b9133bc1cbcb8fc81854cc11a381a1c066
don't use __thread keyword with g++ < 4 as it results in mysterious problems at link time related to thread-local static wxString::ms_cache

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
aclocal.m4
build/aclocal/ax_gcc_option.m4 [new file with mode: 0644]
build/aclocal/ax_gxx_version.m4 [new file with mode: 0644]
configure
configure.in