summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-03-19 14:10:37 +0000
committerthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-03-19 14:10:37 +0000
commitb7c96fbbf7a1c01d907c4c35b3ba81c87d25cc3b (patch)
tree84e7ca3e7b217caade0044b2181a0356e92612b4 /NEWS
parent161e969d7764052785e04536c08c571ab058bec2 (diff)
downloadmpc-b7c96fbbf7a1c01d907c4c35b3ba81c87d25cc3b.tar.gz
configure.ac NEWS: configure can get CFLAGS and CC from gmp.h (copied from MPFR)
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@480 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d9bc7c2..2a7effc 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ Recent changes:
combinations; use init2 and init3, followed by set, instead
- exp, log, cos, sin, tan, cosh, sinh, tanh and sqrt return
inexact value
+ - Get default $CC and $CFLAGS from gmp.h (__GMP_CC / __GMP_CFLAGS,
+ which are available as of GMP 4.2.3).
- Bug fixes:
- mpc_get_version and MPC_VERSION_STRING agree
- compilation on i686-pc-cygwin and i686-pc-mingw32 fixed