summaryrefslogtreecommitdiffstats
path: root/libs/boost/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'libs/boost/CONFIGURE')
-rwxr-xr-xlibs/boost/CONFIGURE4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/boost/CONFIGURE b/libs/boost/CONFIGURE
index c97e254eea..27a8a1e48c 100755
--- a/libs/boost/CONFIGURE
+++ b/libs/boost/CONFIGURE
@@ -3,7 +3,9 @@ config_query BOOST_SELECT_LIBS "Select individual boost libraries to build?" n &
if [[ "${BOOST_SELECT_LIBS}" == "y" ]]; then
config_query_multi BOOST_LIBS_AL "Which boost libraries would you like to install?" \
none \
+ atomic \
chrono \
+ context \
date_time \
exception \
filesystem \
@@ -25,7 +27,7 @@ config_query_multi BOOST_LIBS_MZ "Which additional boost libraries would you lik
test \
thread \
timer \
- wave
+ wave
fi &&
config_query_list BOOST_VARIANT "What variant of boost do you want?" \
release debug &&