Skip to content

Commit 89872ca

Browse files
committed
fix boost config tests
1 parent 0ac4682 commit 89872ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

configure.ac

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Process this file with autoconf to produce a configure script.
44

55
AC_PREREQ([2.65])
6-
AC_INIT([eclib], [20150423], [[email protected]])
6+
AC_INIT([eclib], [20150510], [[email protected]])
77
AM_INIT_AUTOMAKE([-Wall])
88
AC_MSG_NOTICE([Configuring eclib...])
99
AC_CONFIG_SRCDIR([libsrc])
@@ -53,10 +53,11 @@ AX_CXX_HEADER_UNORDERED_MAP
5353
# define ECLIB_MULTITHREAD=1.
5454
#
5555
# Boost 1.35.0+ required for Asio (1.25.0 for Thread)
56-
AX_BOOST_BASE([1.35.0])
56+
AX_BOOST_BASE([1.35.0], [
5757
AX_BOOST_SYSTEM
5858
AX_BOOST_ASIO
5959
AX_BOOST_THREAD
60+
])
6061

6162
if [test "$ax_cv_boost_system" = "yes"] &&
6263
[test "$ax_cv_boost_asio" = "yes"] &&

0 commit comments

Comments
 (0)