summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorOjas Shirekar <ojas.shirekar@gmail.com>2016-02-05 10:40:53 +0530
committerRich Trott <rtrott@gmail.com>2016-02-16 13:08:39 -0800
commitcf9bdcf4f25060672f18868fc901b29e8d3e658f (patch)
treeb32c9f7dcc4cf9ecb0bb23fe6378a3c129263055 /configure
parent59c5ebfb1c0fb44086b66f1ddd0b2a04040cdfbf (diff)
downloadnode-new-cf9bdcf4f25060672f18868fc901b29e8d3e658f.tar.gz
build: add a help message and removed a TODO.
Add a help message for --systemtap-includes optparse.SUPPRESS_HELP was replaced by help message and the TODO comment was removed Refs: https://github.com/nodejs/node/issues/4607 PR-URL: https://github.com/nodejs/node/pull/5080 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure b/configure
index 8ef6c0b9b1..989a5f0c0e 100755
--- a/configure
+++ b/configure
@@ -204,12 +204,10 @@ shared_optgroup.add_option('--shared-zlib-libpath',
parser.add_option_group(shared_optgroup)
-# TODO document when we've decided on what the tracing API and its options will
-# look like
parser.add_option('--systemtap-includes',
action='store',
dest='systemtap_includes',
- help=optparse.SUPPRESS_HELP)
+ help='directory containing systemtap header files')
parser.add_option('--tag',
action='store',