diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2018-04-10 13:29:16 -0400 |
---|---|---|
committer | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2018-04-10 13:29:16 -0400 |
commit | e2327f7b9acd5016b419db6a9b9a6c150bfdd79b (patch) | |
tree | 9f247efc1ab649a1e4fe886306ef125a9138bd7d /SConstruct | |
parent | b9cbfd8fd3cc8438a3e8e3986505f348416f5da4 (diff) | |
download | mongo-e2327f7b9acd5016b419db6a9b9a6c150bfdd79b.tar.gz |
SERVER-34220 Write Curl Networking Impl
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 7e095394db6..f012e1a27d9 100644 --- a/SConstruct +++ b/SConstruct @@ -275,6 +275,13 @@ add_option('gcov', nargs=0, ) +add_option('enable-free-mon', + choices=["on", "off"], + default="off", + help='Disable support for Free Monitoring to avoid HTTP client library dependencies', + type='choice', +) + add_option('use-sasl-client', help='Support SASL authentication in the client library', nargs=0, |