summaryrefslogtreecommitdiff
blob: b6c9a1eb55dff3a0b052c35c71924ecd1f85a367 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- mongodb-src-r2.2.0/SConstruct.old	2012-10-09 12:41:25.000000000 -0400
+++ mongodb-src-r2.2.0/SConstruct	2012-10-09 12:41:41.000000000 -0400
@@ -171,8 +171,8 @@
 add_option( "extrapathdyn", "comma separated list of add'l paths  (--extrapath /opt/foo/,/foo) dynamic linking" , 1 , True )
 add_option( "extralib", "comma separated list of libraries  (--extralib js_static,readline" , 1 , True )
 
-add_option( "boost-compiler", "compiler used for boost (gcc41)" , 1 , True , "boostCompiler" )
-add_option( "boost-version", "boost version for linking(1_38)" , 1 , True , "boostVersion" )
+add_option( "boost-compiler", "compiler used for boost (gcc41)" , 1 , False , "boostCompiler" )
+add_option( "boost-version", "boost version for linking(1_38)" , 1 , False , "boostVersion" )
 
 add_option( "no-glibc-check" , "don't check for new versions of glibc" , 0 , False )