summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-08-02 11:15:01 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-08-02 11:15:01 +0000
commit68b2db0e2a3049abf329353ce1220ad186943073 (patch)
treeadfe752b9161b2100234a4f861fec8b582737987 /NEWS
parent80a1b17ac4cc317277ed8147ea43dd0c78c0b102 (diff)
downloadmpfr-68b2db0e2a3049abf329353ce1220ad186943073.tar.gz
[NEWS] Mention the use of the old dtags under Linux (see r11588).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11612 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1b9e6cb0a..f318a5ace 100644
--- a/NEWS
+++ b/NEWS
@@ -92,6 +92,10 @@ Changes from versions 3.1.* to version 4.0.0:
in the "Changes..." sections).
- MinGW (MS Windows): Added support for thread-safe DLL (shared library).
- Limited pkg-config support.
+- Autotools: Under Linux, make sure that the old dtags (when supported)
+ are used if LD_LIBRARY_PATH is defined; otherwise "make check" would
+ check an installed, compatible MPFR library found in LD_LIBRARY_PATH
+ instead of the one that has been built with "make".
Changes from versions 3.0.* to version 3.1.0:
- The "canard à l'orange" release.