summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2006-03-23 09:18:54 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2006-03-23 09:18:54 +0000
commit71acf5d2624962ba530ba875fcc8cd6f2a2c148a (patch)
tree6f45767932a52ab633497ee9f5fc82839de14b11 /configure.in
parent15b985d05bcecd6e3dbad1f2ea45c8a085f8c6ec (diff)
downloadmpfr-71acf5d2624962ba530ba875fcc8cd6f2a2c148a.tar.gz
configure.in: typography consistency.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4044 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 4f0aa599a..132355c3c 100644
--- a/configure.in
+++ b/configure.in
@@ -59,7 +59,7 @@ AC_ARG_WITH(irix64,
with_irix64=$withval, with_irix64=off)
AC_ARG_WITH(mulhigh_size,
- [ --with-mulhigh-size=NUM Internal threshold table for mulhigh],
+ [ --with-mulhigh-size=NUM internal threshold table for mulhigh],
AC_DEFINE_UNQUOTED([MPFR_MULHIGH_SIZE],$withval, [Mulhigh size]))
AC_ARG_ENABLE(assert,
@@ -79,7 +79,7 @@ AC_ARG_ENABLE(logging,
*) AC_MSG_ERROR([bad value for --enable-logging: yes or no]) ;;
esac])
AC_ARG_ENABLE(thread-safe,
- [ --enable-thread-safe Build MPFR as thread safe [[default=no]]],
+ [ --enable-thread-safe build MPFR as thread safe [[default=no]]],
[ case $enableval in
yes) AC_DEFINE([MPFR_USE_THREAD_SAFE],1,[Build MPFR as thread safe]) ;;
no) ;;