diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2014-09-11 16:42:02 -0400 |
---|---|---|
committer | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2014-09-11 16:42:29 -0400 |
commit | 1c49822f7733bb67d33acb7f7675687a2e2248ba (patch) | |
tree | bcca8ff75399e0dbfcd438e7bb92a99fe7a6cd89 /SConstruct | |
parent | 1a90996313ec83f0913bf2aef322193b0884f499 (diff) | |
download | mongo-1c49822f7733bb67d33acb7f7675687a2e2248ba.tar.gz |
SERVER-15202: Restore boost 1.49 as default
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
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 ) |