~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_check_cxx_standard.m4

  • Committer: lbieber
  • Date: 2010-09-26 03:23:39 UTC
  • mfrom: (1793.1.1 build)
  • Revision ID: lbieber@orisndriz08-20100926032339-59p5xxhkloa09759
Merge Monty - Beginning of catalog support, adds a default local catalog. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
dnl with or without modifications, as long as this notice is preserved.
5
5
 
6
6
AC_DEFUN([PANDORA_CHECK_CXX_STANDARD],[
7
 
  AC_REQUIRE([AC_CXX_COMPILE_STDCXX_0X])
 
7
  dnl AC_REQUIRE([AC_CXX_COMPILE_STDCXX_0X])
8
8
  AS_IF([test "$GCC" = "yes"],
9
9
        [AS_IF([test "$ac_cv_cxx_compile_cxx0x_native" = "yes"],[],
10
10
               [AS_IF([test "$ac_cv_cxx_compile_cxx0x_gxx" = "yes"],