~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_have_better_malloc.m4

  • Committer: Monty Taylor
  • Date: 2010-07-31 17:48:00 UTC
  • mto: This revision was merged to the branch mainline in revision 1678.
  • Revision ID: mordred@inaugust.com-20100731174800-py7qyreb29zn6lh2
updated to latest pandora-build - contains win32 fixes and the fix to the
boost::thread check.

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_HAVE_BETTER_MALLOC],[
7
 
  AC_REQUIRE([AC_FUNC_MALLOC])
8
 
  AC_REQUIRE([AC_FUNC_REALLOC])
9
7
  AC_REQUIRE([AC_LIB_PREFIX])
10
8
 
11
9
  AC_ARG_ENABLE([umem],