Changeset 199fe3


Ignore:
Timestamp:
Oct 10, 2015, 11:40:26 PM (10 years ago)
Author:
Frederik Heber <heber@…>
Children:
6e10c12
Parents:
3f6604
Message:

Replaced ax_boost_...m4 by boost.m4.

  • is compatible with newer compiler and boost versions and more general.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r3f6604 r199fe3  
    172172AC_SUBST([VTK_LIBS])
    173173
    174 AX_BOOST_BASE([1.34],[have_boost=yes],[have_boost=no])
    175 if test "x$have_boost" = xyes ; then
    176   AX_BOOST_SYSTEM
    177   AX_BOOST_FILESYSTEM
    178   AX_BOOST_UNIT_TEST_FRAMEWORK
    179 fi
     174# Boost
     175BOOST_REQUIRE([1.34])
     176
     177# Boost headers with libraries
     178BOOST_SYSTEM
     179BOOST_FILESYSTEM
     180BOOST_TEST
     181
    180182AM_CONDITIONAL([COND_HAVE_BOOST_UNIT_TEST], [test "x$have_boost" = xyes && test x"$ax_cv_boost_unit_test_framework" = xyes])
    181183AM_CONDITIONAL([COND_HAVE_BOOST_UNIT_TEST_LIB], [test "x$have_boost" = xyes && test x"$ax_cv_boost_unit_test_framework" = xyes && test x"$ax_cv_boost_unit_test_framework_lib" = xyes])
Note: See TracChangeset for help on using the changeset viewer.