File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ LT_INIT
1616
1717# The version of the libtool library is of the form current:revision:age
1818#
19+ # See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
20+ #
1921# When doing a release, they should be updated like this:
2022# 1. If no interfaces changed, only implementations: just increment
2123# revision.
@@ -42,6 +44,14 @@ AX_CXX_COMPILE_STDCXX_0X
4244# AX_CXX_COMPILE_STDCXX_11([],[optional])
4345AX_CXX_HEADER_TR1_UNORDERED_MAP
4446AX_CXX_HEADER_UNORDERED_MAP
47+
48+ # NB At present if configure finds boost on your system then it WILL
49+ # define ECLIB_MULTITHREAD which you may not want, if you have not put
50+ # --with-boost on the configure line. This should be fixed. Until
51+ # then, if your system has boost but you do not want to use
52+ # multithreading, manually edit out the lines in configure which
53+ # define ECLIB_MULTITHREAD=1.
54+ #
4555# Boost 1.35.0+ required for Asio (1.25.0 for Thread)
4656AX_BOOST_BASE ( [ 1.35.0] )
4757AX_BOOST_SYSTEM
You can’t perform that action at this time.
0 commit comments