~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2009-05-24 21:49:25 UTC
  • mto: This revision was merged to the branch mainline in revision 1039.
  • Revision ID: mordred@inaugust.com-20090524214925-u3dqnh3izhhju40n
Except that I suck.

Show diffs side-by-side

added added

removed removed

Lines of Context:
437
437
      [ac_enable_mtmalloc="$enableval"],
438
438
      [ac_enable_mtmalloc="yes"])
439
439
 
440
 
    if test "x$ac_enable_tcmalloc" != "xno"
 
440
    if test "x$ac_enable_mtmalloc" != "xno"
441
441
    then
442
442
      AC_CHECK_LIB(mtmalloc,malloc,[],[])
443
443
    fi