~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • 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:
139
139
  ])
140
140
 
141
141
WITH_VALGRIND
142
 
AS_IF([test "x${ac_gcc_profile_mode}" = "xyes" -a "x{pandora_cv_boost_profile}" = "xyes"],[
 
142
AS_IF([test "x${ac_gcc_profile_mode}" = "xyes" -a "x${pandora_cv_boost_profile}" = "xyes"],[
143
143
    AC_DEFINE([_GLIBCXX_PROFILE],[1],[Enable GCC Profile Mode])
144
144
    ])
145
145