~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_drizzle_build.m4

pandora-build v0.85 - Fixed the C++ standard setting in the build checks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
AC_DEFUN([PANDORA_DRIZZLE_BUILD],[
11
11
 
12
12
  dnl We need to turn on our CXXFLAGS to make sure it shows up correctly
13
 
  save_CXXFLAGS="${CXXFLAGS}"
14
 
  CXXFLAGS="${CXXFLAGS} ${AM_CXXFLAGS}"
15
13
  PANDORA_CXX_STL_HASH
16
 
  CXXFLAGS="${save_CXXFLAGS}"
17
14
 
18
15
  PANDORA_CXX_CSTDINT
19
16
  PANDORA_CXX_CINTTYPES