From e4843201b0f5021b629dddbcd7f1ef96e6e49b94 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 9 Sep 2015 21:11:42 +0900 Subject: [PATCH] Compile third-party libraries if hpack-tools is enabled --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index ce4a575f..e36f9da4 100644 --- a/configure.ac +++ b/configure.ac @@ -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