summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorTad Marshall <tad@10gen.com>2013-06-24 19:54:43 -0400
committerTad Marshall <tad@10gen.com>2013-06-24 19:54:43 -0400
commit1c53e2b9e90c17287664312f8fcac861d63165e4 (patch)
tree4e5c25158c8aafca93ba0a02521b7b1c455700b9 /SConstruct
parent82674f15106984028627c9ecba18f84b55cd6dea (diff)
downloadmongo-1c53e2b9e90c17287664312f8fcac861d63165e4.tar.gz
SERVER-9775 Remove use-system-sm option
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 0 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index ac5ac5fbef3..c47f1006c19 100644
--- a/SConstruct
+++ b/SConstruct
@@ -243,8 +243,6 @@ add_option( "use-system-boost", "use system version of boost libraries", 0, True
add_option( "use-system-snappy", "use system version of snappy library", 0, True )
-add_option( "use-system-sm", "use system version of spidermonkey library", 0, True )
-
add_option( "use-system-v8", "use system version of v8 library", 0, True )
add_option( "use-system-stemmer", "use system version of stemmer", 0, True )