~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/shared_ptr.m4

  • Committer: Monty Taylor
  • Date: 2009-03-09 20:51:18 UTC
  • mto: (923.2.1 mordred)
  • mto: This revision was merged to the branch mainline in revision 928.
  • Revision ID: monty@inaugust.com-20090309205118-32q8uo8oncwltvfc
Actually add the -std=gnu++0x flag
Set std::ext:: as one of the possible namespaces.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
  AC_CHECK_HEADERS(memory tr1/memory boost/shared_ptr.hpp)
19
19
  AC_CACHE_CHECK([the location of shared_ptr header file],
20
20
    [ac_cv_shared_ptr_h],[
21
 
      for namespace in std tr1 boost
 
21
      for namespace in std tr1 std::tr1 boost
22
22
      do
23
23
        AC_COMPILE_IFELSE(
24
24
          [AC_LANG_PROGRAM([[