~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/cxx_standard.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:
3
3
    [ac_cv_cxx_standard],[
4
4
    AC_LANG_PUSH(C++)
5
5
    save_CXXFLAGS="${CXXFLAGS}"
 
6
    CXXFLAGS="-std=gnu++0x ${CXXFLAGS}"
6
7
    AC_COMPILE_IFELSE(
7
8
      [AC_LANG_PROGRAM(
8
9
        [[