summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2014-09-11 16:42:02 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2014-09-11 16:42:29 -0400
commit1c49822f7733bb67d33acb7f7675687a2e2248ba (patch)
treebcca8ff75399e0dbfcd438e7bb92a99fe7a6cd89 /SConstruct
parent1a90996313ec83f0913bf2aef322193b0884f499 (diff)
downloadmongo-1c49822f7733bb67d33acb7f7675687a2e2248ba.tar.gz
SERVER-15202: Restore boost 1.49 as default
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 1690ccecf53..718206afc85 100644
--- a/SConstruct
+++ b/SConstruct
@@ -287,7 +287,7 @@ add_option( "use-system-pcre", "use system version of pcre library", 0, True )
# library choices
boost_choices = ['1.49', '1.56']
add_option( "internal-boost", "Specify internal boost version to use", 1, True,
- type='choice', default=boost_choices[1], choices=boost_choices)
+ type='choice', default=boost_choices[0], choices=boost_choices)
add_option( "use-system-boost", "use system version of boost libraries", 0, True )