diff options
author | Andrew Morrow <acm@mongodb.com> | 2015-02-15 12:46:36 -0500 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2015-02-15 12:46:36 -0500 |
commit | 988703309558dca5a2a1a500d8e0c0dc8e8fc621 (patch) | |
tree | 754527875f327b3bdc3e7c2e69f5273df51a1c5c /SConstruct | |
parent | d47529bb1ad51e65f5262ace4efcaff96062e028 (diff) | |
download | mongo-988703309558dca5a2a1a500d8e0c0dc8e8fc621.tar.gz |
Revert "SERVER-15202: Restore boost 1.49 as default"
This reverts commit 1c49822f7733bb67d33acb7f7675687a2e2248ba.
The default is now boost 1.56
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index b4f00c895e2..555c1b50acc 100644 --- a/SConstruct +++ b/SConstruct @@ -297,7 +297,7 @@ add_option( "use-system-wiredtiger", "use system version of wiredtiger library", # 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[0], choices=boost_choices) + type='choice', default=boost_choices[1], choices=boost_choices) add_option( "system-boost-lib-search-suffixes", "Comma delimited sequence of boost library suffixes to search", |