Changeset 199fe3
- Timestamp:
- Oct 10, 2015, 11:40:26 PM (10 years ago)
- Children:
- 6e10c12
- Parents:
- 3f6604
- File:
-
- 1 edited
-
configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r3f6604 r199fe3 172 172 AC_SUBST([VTK_LIBS]) 173 173 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 175 BOOST_REQUIRE([1.34]) 176 177 # Boost headers with libraries 178 BOOST_SYSTEM 179 BOOST_FILESYSTEM 180 BOOST_TEST 181 180 182 AM_CONDITIONAL([COND_HAVE_BOOST_UNIT_TEST], [test "x$have_boost" = xyes && test x"$ax_cv_boost_unit_test_framework" = xyes]) 181 183 AM_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.
