~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_have_libboost_iostreams.m4

  • Committer: Andrew Hutchings
  • Date: 2010-11-18 13:17:52 UTC
  • mto: (1938.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1939.
  • Revision ID: andrew@linuxjedi.co.uk-20101118131752-2i9nlxuwzov302ju
Cleanup after bug fix

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])
37
36
])
38
37
 
39
38
AC_DEFUN([PANDORA_HAVE_BOOST_IOSTREAMS],[