From fcb8d3eddbb55d36b4157ba7656d48a2c2a29619 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 b3acf08..dc0129e 100755 --- a/configure +++ b/configure @@ -196,12 +196,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', -- 2.7.4