Skip to content

Commit 5918854

Browse files
committed
updated boost configuration
1 parent be415a9 commit 5918854

File tree

6 files changed

+1851
-672
lines changed

6 files changed

+1851
-672
lines changed

configure.ac

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ AX_CXX_COMPILE_STDCXX([17],,mandatory)
6666
# define ECLIB_MULTITHREAD=1.
6767
#
6868
# Boost 1.35.0+ required for Asio (1.25.0 for Thread)
69-
AX_BOOST_BASE([1.35.0], [
70-
AX_BOOST_SYSTEM
71-
AX_BOOST_ASIO
72-
AX_BOOST_THREAD
73-
])
69+
#AX_BOOST_BASE([1.35.0], [
70+
#AX_BOOST_SYSTEM
71+
#AX_BOOST_ASIO
72+
#AX_BOOST_THREAD
73+
#])
74+
75+
BOOST_REQUIRE([1.35.0])
7476

75-
if [test "$ax_cv_boost_system" = "yes"] &&
76-
[test "$ax_cv_boost_asio" = "yes"] &&
77-
[test "$ax_cv_boost_thread" = "yes"]; then
77+
if [test "$boost" = "yes"]; then
7878
AC_DEFINE([ECLIB_MULTITHREAD],[1],[Define if multithreading available and requested])
7979
fi
8080

m4/ax_boost_asio.m4

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)