diff options
Diffstat (limited to 'libs/asio/test/ssl/Jamfile.v2')
-rw-r--r-- | libs/asio/test/ssl/Jamfile.v2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/asio/test/ssl/Jamfile.v2 b/libs/asio/test/ssl/Jamfile.v2 index f16082a03..13b16fed6 100644 --- a/libs/asio/test/ssl/Jamfile.v2 +++ b/libs/asio/test/ssl/Jamfile.v2 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) +# Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -35,7 +35,7 @@ local USE_SELECT = project : requirements <library>/boost/date_time//boost_date_time - <library>/boost/test//boost_test_exec_monitor + <library>/boost/system//boost_system <define>BOOST_ALL_NO_LIB=1 <threading>multi <os>SOLARIS:<library>socket |