We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7412b37 commit 14d3c02Copy full SHA for 14d3c02
test/Jamfile
@@ -7,7 +7,6 @@ using openssl ;
7
8
# Use these requirements as both regular and usage requirements across all tests
9
local requirements =
10
- <define>BOOST_ALL_NO_LIB=1
11
<define>BOOST_ASIO_NO_DEPRECATED=1
12
<define>BOOST_ASIO_DISABLE_BOOST_ARRAY=1
13
<define>BOOST_ASIO_DISABLE_BOOST_BIND=1
@@ -31,8 +30,6 @@ local requirements =
31
30
]
32
[ ac.check-library /openssl//ssl : <library>/openssl//ssl/<link>shared : <build>no ]
33
[ ac.check-library /openssl//crypto : <library>/openssl//crypto/<link>shared : <build>no ]
34
- <library>/openssl//ssl/<link>shared
35
- <library>/openssl//crypto/<link>shared
36
;
37
38
0 commit comments