~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_stl_hash.m4

  • Committer: Brian Aker
  • Date: 2009-11-25 07:05:58 UTC
  • mfrom: (1192.3.39 pandora-build)
  • Revision ID: brian@gaz-20091125070558-mzf1m5etiwb841jb
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
# prints messages itself, so we have to do the message-printing ourselves
11
11
# via AC_MSG_CHECKING + AC_MSG_RESULT.  (TODO(csilvers): can we cache?)
12
12
 
13
 
AC_DEFUN([AC_CXX_STL_HASH],
 
13
AC_DEFUN([PANDORA_CXX_STL_HASH],
14
14
  [AC_MSG_CHECKING(the location of hash_map)
15
15
   AC_LANG_PUSH(C++)
16
16
   ac_cv_cxx_hash_map=""