We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac4682 commit 89872caCopy full SHA for 89872ca
configure.ac
@@ -3,7 +3,7 @@
3
# Process this file with autoconf to produce a configure script.
4
5
AC_PREREQ([2.65])
6
-AC_INIT([eclib], [20150423], [[email protected]])
+AC_INIT([eclib], [20150510], [[email protected]])
7
AM_INIT_AUTOMAKE([-Wall])
8
AC_MSG_NOTICE([Configuring eclib...])
9
AC_CONFIG_SRCDIR([libsrc])
@@ -53,10 +53,11 @@ AX_CXX_HEADER_UNORDERED_MAP
53
# define ECLIB_MULTITHREAD=1.
54
#
55
# Boost 1.35.0+ required for Asio (1.25.0 for Thread)
56
-AX_BOOST_BASE([1.35.0])
+AX_BOOST_BASE([1.35.0], [
57
AX_BOOST_SYSTEM
58
AX_BOOST_ASIO
59
AX_BOOST_THREAD
60
+])
61
62
if [test "$ax_cv_boost_system" = "yes"] &&
63
[test "$ax_cv_boost_asio" = "yes"] &&
0 commit comments