Skip to content

Commit 14d3c02

Browse files
committed
Removed unnecessary checks fom jamfile
1 parent 7412b37 commit 14d3c02

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/Jamfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ using openssl ;
77

88
# Use these requirements as both regular and usage requirements across all tests
99
local requirements =
10-
<define>BOOST_ALL_NO_LIB=1
1110
<define>BOOST_ASIO_NO_DEPRECATED=1
1211
<define>BOOST_ASIO_DISABLE_BOOST_ARRAY=1
1312
<define>BOOST_ASIO_DISABLE_BOOST_BIND=1
@@ -31,8 +30,6 @@ local requirements =
3130
]
3231
[ ac.check-library /openssl//ssl : <library>/openssl//ssl/<link>shared : <build>no ]
3332
[ ac.check-library /openssl//crypto : <library>/openssl//crypto/<link>shared : <build>no ]
34-
<library>/openssl//ssl/<link>shared
35-
<library>/openssl//crypto/<link>shared
3633
;
3734

3835

0 commit comments

Comments
 (0)