summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-12-09 11:50:07 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-12-09 11:50:07 +0000
commit9d059b4c8b8f87e8ac5d748b79d1073120dc04ce (patch)
tree7eff0bed1513af5f018662d84d6bd88850893ae6
parent58b29c8cb6f21b0dfd9d98160595657457dcf929 (diff)
downloadmpfr-9d059b4c8b8f87e8ac5d748b79d1073120dc04ce.tar.gz
[configure.ac] Mention --disable-thread-safe.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7978 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5292ca596..db40e7940 100644
--- a/configure.ac
+++ b/configure.ac
@@ -122,8 +122,9 @@ 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 (the system must support
- it) [[default=autodetect]]],
+ [ --disable-thread-safe explicitly disable TLS support
+ --enable-thread-safe build MPFR as thread safe, i.e. with TLS support
+ (the system must support it) [[default=autodetect]]],
[ case $enableval in
yes) ;;
no) ;;