~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_drizzle_build.m4

  • Committer: Joe Daly
  • Date: 2010-03-08 04:23:54 UTC
  • mto: This revision was merged to the branch mainline in revision 1380.
  • Revision ID: skinny.moey@gmail.com-20100308042354-7k0jibdqaxkhac7o
scoreboardĀ implementationĀ forĀ statistics

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
AC_DEFUN([PANDORA_DRIZZLE_BUILD],[
11
11
 
12
 
  PANDORA_HAVE_CXX_UNORDERED
 
12
  dnl We need to turn on our CXXFLAGS to make sure it shows up correctly
 
13
  PANDORA_CXX_STL_HASH
13
14
 
14
15
  PANDORA_CXX_CSTDINT
15
16
  PANDORA_CXX_CINTTYPES
69
70
  AC_CHECK_TYPES([uint, ulong])
70
71
 
71
72
  PANDORA_CXX_DEMANGLE
72
 
  PANDORA_REQUIRE_BOOST([1.32])
73
 
 
74
73
 
75
74
  AH_TOP([
76
75
#ifndef __CONFIG_H__