~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_have_libboost_iostreams.m4

  • Committer: patrick crews
  • Date: 2010-11-09 22:42:49 UTC
  • mfrom: (1919.1.3 trunk)
  • Revision ID: gleebix@gmail.com-20101109224249-668v10rbz17tqwnw
Rollup merge of Andrew's patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    [test "x${ac_cv_libboost_iostreams}" = "xyes" -o "x${ac_cv_libboost_iostreams_mt}" = "xyes"])
34
34
  BOOST_LIBS="${BOOST_LIBS} ${LTLIBBOOST_IOSTREAMS_MT} ${LTLIBBOOST_IOSTREAMS}"
35
35
  AC_SUBST(BOOST_LIBS) 
 
36
  AC_DEFINE(BOOST_IOSTREAMS_USE_DEPRECATED, [], [Used for client/linebuffer.cc, remove this and fix file when we require a newer boost])
36
37
])
37
38
 
38
39
AC_DEFUN([PANDORA_HAVE_BOOST_IOSTREAMS],[