summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-08-28 20:58:45 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-08-28 20:58:45 +0000
commit6752f3e43419a3137f15d6b2b76f3c3c63bd35ba (patch)
treeb72001e0d7caa5aa42a5dfa9465f4005b38e62bb
parent2ec4c9bb3a67cf20b00bfd5f3a020e6dab69d210 (diff)
downloadmpfr-6752f3e43419a3137f15d6b2b76f3c3c63bd35ba.tar.gz
[configure.ac] In "configure --help" output for --enable-decimal-float,
mention that this option requires --with-gmp-build (this is for the 3.1 branch only). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@11687 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 69ae382cb..dd465e39d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -263,7 +263,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]]],
+ (requires --with-gmp-build) [[default=no]]],
[ case $enableval in
yes) AC_DEFINE([MPFR_WANT_DECIMAL_FLOATS],1,
[Build decimal float functions])