~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_have_boost.m4

  • Committer: Monty Taylor
  • Date: 2010-12-10 20:17:14 UTC
  • mto: (2023.3.15 innodb-cxx)
  • mto: This revision was merged to the branch mainline in revision 2014.
  • Revision ID: mordred@inaugust.com-20101210201714-6loeqrhlcj6oqu3q
We need to inject a BOOST define for boost headers to do the right thing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
        pandora_cv_boost_profile=no
73
73
        ])
74
74
    ])
 
75
    AS_IF([test "x${pandora_cv_boost_profile}" = "xyes"],[
 
76
      AC_DEFINE([BOOST_DETAIL_NO_CONTAINER_FWD],[1],[Disable forward decl of stl in boost])
 
77
    ])
75
78
  ])
76
 
      
77
79
 
78
80
  AM_CONDITIONAL(HAVE_BOOST, [test "x${ac_cv_boost}" = "xyes"])
79
81