~piotr-sikora/libmemcached/fix-tests-on-openbsd

« back to all changes in this revision

Viewing changes to m4/pandora_have_libboost_filesystem.m4

Merge in all of build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
  AM_CONDITIONAL(HAVE_BOOST_FILESYSTEM,
29
29
    [test "x${ac_cv_libboost_filesystem}" = "xyes" -o "x${ac_cv_libboost_filesystem_mt}" = "xyes"])
30
30
  BOOST_LIBS="${BOOST_LIBS} ${LTLIBBOOST_FILESYSTEM_MT} ${LTLIBBOOST_FILESYSTEM}"
 
31
  AC_DEFINE([BOOST_FILESYSTEM_DEPRECATED], [1],
 
32
            [Use the v2 interface until we can stop using old versions])
31
33
  AC_SUBST(BOOST_LIBS) 
32
34
])
33
35