~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2010-12-10 19:01:12 UTC
  • mto: (2023.3.15 innodb-cxx)
  • mto: This revision was merged to the branch mainline in revision 2014.
  • Revision ID: mordred@inaugust.com-20101210190112-1fn43n8qbxat7j7a
Added support for GCC Profile Mode (new in 4.5)

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"],[
 
143
    AC_DEFINE([_GLIBCXX_PROFILE],[1],[Enable GCC Profile Mode])
 
144
    ])
 
145
 
142
146
 
143
147
AC_CONFIG_FILES(Makefile dnl
144
148
 tests/Makefile dnl