diff options
author | Nick Clifton <nickc@redhat.com> | 2012-05-09 16:20:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2012-05-09 16:20:17 +0000 |
commit | 5b0d38e4e3934555341427ccd7217be0738f89b2 (patch) | |
tree | a930ba4677c189323e6a0d224e49f434f23c4f6a /ChangeLog | |
parent | 0c91037894987356abfee77dfe49cd075b7126c2 (diff) | |
download | gcc-5b0d38e4e3934555341427ccd7217be0738f89b2.zip gcc-5b0d38e4e3934555341427ccd7217be0738f89b2.tar.gz gcc-5b0d38e4e3934555341427ccd7217be0738f89b2.tar.bz2 |
re PR bootstrap/50461 (mpfr.h found in mpfr-3.1.0/src instead of mpfr-3.0.1/. as previously)
PR bootstrap/50461
* configure.ac (mpfr-dir): When using in-tree MPFR sources
allow for the fact that from release v3.1.0 of MPFR the source
files were moved into a src sub-directory.
* configure: Regenerate.
Co-Authored-By: Paul Smith <psmith@gnu.org>
From-SVN: r187341
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2012-05-09 Nick Clifton <nickc@redhat.com> + Paul Smith <psmith@gnu.org> + + PR bootstrap/50461 + * configure.ac (mpfr-dir): When using in-tree MPFR sources + allow for the fact that from release v3.1.0 of MPFR the source + files were moved into a src sub-directory. + * configure: Regenerate. + 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org> * configure.ac: Bump minimum MPFR version to 2.4.0. |