diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2011-01-13 16:20:48 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2011-01-13 16:20:48 +0000 |
commit | 29ff6696522bb6ab3a5c23d9658260dfe8e42c81 (patch) | |
tree | 83dd3adf5638e930f432b40c9fb6ed6c407e06df /NEWS | |
parent | f211f3f98650f95ccc27d4f1545da16181aaa5c6 (diff) | |
download | mpfr-29ff6696522bb6ab3a5c23d9658260dfe8e42c81.tar.gz |
TLS support is now detected automatically. If TLS is supported, MPFR is
built as thread safe by default. To disable TLS explicitly, configure
MPFR with --disable-thread-safe.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7329 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ Changes from versions 3.0.* to version 3.1.0: - The "" release. - The MPFR source has been reorganized. - Dropped ansi2knr support. +- TLS support is now detected automatically. If TLS is supported, MPFR is + built as thread safe by default. To disable TLS explicitly, configure + MPFR with --disable-thread-safe. - New --enable-gmp-internals configure option to use GMP's undocumented functions (not from the public API). Note that library versioning is not guaranteed to work if this option is used. |