summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-12-12 23:39:43 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-12-12 23:39:43 +0000
commit35abcc68168facafbe07d45d6b4b8a7fdcc903b0 (patch)
tree82821fc9dbef3e03757dafc857b992d09fe765cd
parent8eef3b1167cab4217ab558cb0fdb41052bde9af2 (diff)
downloadmpfr-35abcc68168facafbe07d45d6b4b8a7fdcc903b0.tar.gz
[NEWS] Update concerning the --with-gmp-build configure option.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7295 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dd0d8717c..f87405c64 100644
--- a/NEWS
+++ b/NEWS
@@ -35,6 +35,9 @@ Changes from versions 3.0.* to version 3.1.0:
no more documented) will be removed in a future release.
- Speed improvement for the mpfr_sqr function using Mulders' algorithm,
and for mpfr_sqrt.
+- The --with-gmp-build configure option can now be used when the GMP
+ source directory and the GMP build directory are different (without
+ having to copy header files manually as before).
- Bug fixes.
Changes from versions 2.4.* to version 3.0.0: