Skip to content

Commit c47e4bb

Browse files
committed
[build] make boost-process opt-in
1 parent 929cda5 commit c47e4bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

configure.ac

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,9 @@ fi
11901190
AX_BOOST_SYSTEM
11911191
AX_BOOST_FILESYSTEM
11921192
AX_BOOST_THREAD
1193-
AX_BOOST_PROCESS
1193+
1194+
dnl Opt-in to boost-process
1195+
AS_IF([ test x$with_boost_process != x ], [ AX_BOOST_PROCESS ], [ ax_cv_boost_process=no ] )
11941196

11951197
dnl Boost 1.56 through 1.62 allow using std::atomic instead of its own atomic
11961198
dnl counter implementations. In 1.63 and later the std::atomic approach is default.

0 commit comments

Comments
 (0)