Compile third-party libraries if hpack-tools is enabled

This commit is contained in:
Tatsuhiro Tsujikawa 2015-09-09 21:11:42 +09:00
parent 753f6d4a3e
commit e4843201b0
1 changed files with 1 additions and 0 deletions

View File

@ -468,6 +468,7 @@ AM_CONDITIONAL([ENABLE_EXAMPLES], [ test "x${enable_examples}" = "xyes" ])
enable_third_party=no
if test "x${enable_examples}" = "xyes" ||
test "x${enable_app}" = "xyes" ||
test "x${enable_hpack_tools}" = "xyes" ||
test "x${enable_asio_lib}" = "xyes"; then
enable_third_party=yes
fi