~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_have_libboost_iostreams.m4

  • Committer: Lee Bieber
  • Date: 2010-11-19 04:21:49 UTC
  • mfrom: (1938.1.3 build)
  • Revision ID: kalebral@gmail.com-20101119042149-xh30tem968beiy36
Merge Andrew - fix bug 677013: Drizzle client hash completion generates SQL errors
Merge Andrew - fix bug 676735: boost::iostreams compile failure in Fedora 14
Merge Lee - don't run valgrind on pbms test

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],[