Skip to content

Commit

Permalink
fix boost config tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCremona committed May 10, 2015
1 parent 0ac4682 commit 89872ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.65])
AC_INIT([eclib], [20150423], [john.cremona@gmail.com])
AC_INIT([eclib], [20150510], [john.cremona@gmail.com])
AM_INIT_AUTOMAKE([-Wall])
AC_MSG_NOTICE([Configuring eclib...])
AC_CONFIG_SRCDIR([libsrc])
Expand Down Expand Up @@ -53,10 +53,11 @@ AX_CXX_HEADER_UNORDERED_MAP
# define ECLIB_MULTITHREAD=1.
#
# Boost 1.35.0+ required for Asio (1.25.0 for Thread)
AX_BOOST_BASE([1.35.0])
AX_BOOST_BASE([1.35.0], [
AX_BOOST_SYSTEM
AX_BOOST_ASIO
AX_BOOST_THREAD
])

if [test "$ax_cv_boost_system" = "yes"] &&
[test "$ax_cv_boost_asio" = "yes"] &&
Expand Down

0 comments on commit 89872ca

Please sign in to comment.