blob: 5c1864d91d47644cf58e7a15e847a59882785d75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/configure.ac b/configure.ac
index 05ce93e7b..fdb6a62bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1305,7 +1305,7 @@ AX_BOOST_BASE([MINIMUM_REQUIRED_BOOST])
if test x$want_boost = xno; then
AC_MSG_ERROR([[only libbitcoinconsensus can be built without boost]])
fi
-AX_BOOST_SYSTEM
+
AX_BOOST_FILESYSTEM
AX_BOOST_THREAD
|