diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2016-03-02 13:59:12 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2016-03-02 13:59:12 +0000 |
commit | 8a78e9640e3290a03e520c594786aa83e695ebbf (patch) | |
tree | 1851ac308dd5c45bba6b151c46f3fc2b32a91288 /configure.ac | |
parent | 467a3771ab1546476525168d3cc6448cd695f083 (diff) | |
download | mpfr-8a78e9640e3290a03e520c594786aa83e695ebbf.tar.gz |
Do not build with decimal float by default as it is not standard
(a better behavior could be to auto-detect).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10179 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 12c19b75f..cc3e86385 100644 --- a/configure.ac +++ b/configure.ac @@ -329,7 +329,7 @@ dnl _Decimal64 support is broken with GCC 4.6.3 and 4.7.2 on powerpc64 dnl with the mode32 ABI, e.g. "-m32 -mpowerpc64 -mtune=970 -O3"; this dnl is detected by the x != x test below. AC_ARG_ENABLE(decimal-float, - [ --disable-decimal-float do not build conversion functions from/to decimal floats + [ --enable-decimal-float build conversion functions from/to decimal floats [[default=no]]], [ case $enableval in yes) ;; |