summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2007-05-01 03:38:52 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2007-05-01 03:38:52 (GMT)
commit83d4f43d04a2e6f0e18658e6c2e48e61f97887d3 (patch)
tree7142fb10d1b13498be89f58c2ec6edd29ceb62ee /configure.in
parent37e010fbe073ce4847da28bdc8da572fa8fa1599 (diff)
downloadhdf5-83d4f43d04a2e6f0e18658e6c2e48e61f97887d3.zip
hdf5-83d4f43d04a2e6f0e18658e6c2e48e61f97887d3.tar.gz
hdf5-83d4f43d04a2e6f0e18658e6c2e48e61f97887d3.tar.bz2
[svn-r13716] updated the help message of the --enable-debug to reflect its default now depends
on the setting of --enable-production.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 56cbd9a..de7adf4 100644
--- a/configure.in
+++ b/configure.in
@@ -2035,8 +2035,9 @@ AC_ARG_ENABLE([debug],
[Turn on debugging in all packages. One may
also specify a comma-separated list of
package names without the leading H5 or
- the word no. The default is most
- packages.])],
+ the word no. The default is most packages
+ if production is disabled; no if it is enabled.
+ ])],
[DEBUG_PKG=$enableval])
dnl Default to no if producton is enabled