summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2016-03-02 15:24:12 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2016-03-02 15:24:12 +0000
commita0d6b645176301a4b6dcdfb797167be0811af749 (patch)
tree6f021221946cd82dad7d4c2ee2ffd17f9d585c79 /configure.ac
parenta84797a33288aee708a5b47c4415ddc562caa8a3 (diff)
downloadmpfr-a0d6b645176301a4b6dcdfb797167be0811af749.tar.gz
autodetect support for decimal floats (as suggested in revision 10179)
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10185 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cc3e86385..0bbddb85f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -330,7 +330,7 @@ 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,
[ --enable-decimal-float build conversion functions from/to decimal floats
- [[default=no]]],
+ [[default=autodetect]]],
[ case $enableval in
yes) ;;
no) ;;