summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2019-04-02 09:36:47 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2019-04-02 09:36:47 +0000
commit62fe6002a2ed6c57d53bc18efaf37ce008f23c0b (patch)
tree6de679fa8abe302889389d0ac321e43638aca620 /configure.ac
parentb9fd0fcbc0827b352b931b627e4a411b7ffc868b (diff)
downloadmpfr-62fe6002a2ed6c57d53bc18efaf37ce008f23c0b.tar.gz
[configure.ac] Updated --enable-logging description.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13464 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a081f043c..40c3f986c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -166,8 +166,8 @@ AC_ARG_ENABLE(assert,
esac])
AC_ARG_ENABLE(logging,
- [ --enable-logging enable MPFR logging (the system must support it)
- [[default=no]]],
+ [ --enable-logging enable MPFR logging (needs nested functions
+ and the 'cleanup' attribute) [[default=no]]],
[ case $enableval in
yes) AC_DEFINE([MPFR_USE_LOGGING],1,[Enable MPFR logging support]) ;;
no) ;;