From 5fa4117bfc1c51e0e4897604ff8c6d19bd700c53 Mon Sep 17 00:00:00 2001 From: Ojas Shirekar Date: Fri, 5 Feb 2016 10:40:53 +0530 Subject: [PATCH] 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 Reviewed-By: Rich Trott --- configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure b/configure index 8ef6c0b9b1a084..989a5f0c0e9756 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',