blob: e7d50a5cda5e7cf63767be64ade24b5175ea3c8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/proto/configure.ac b/proto/configure.ac
index 4cf1dd0..998d918 100644
--- a/proto/configure.ac
+++ b/proto/configure.ac
@@ -58,8 +58,6 @@ AM_CONDITIONAL([HAVE_GRPC_PY_PLUGIN], [test "x$GRPC_PY_PLUGIN" != x])
AX_BOOST_BASE([1.54.0], [], [AC_MSG_ERROR(
[Please install boost >= 1.54.0 (thread and system)])])
-AX_BOOST_SYSTEM
-AC_SUBST([BOOST_SYSTEM_LIB])
want_bmv2=no
AC_ARG_WITH([bmv2],
|