Commit 55447324 authored by Maria Matejka's avatar Maria Matejka
Browse files

Dmalloc library has its special multithreaded version.

parent bdb62164
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -404,8 +404,8 @@ if test "$enable_debug" = yes ; then
  )
  )


  if test "$enable_memcheck" = yes ; then
  if test "$enable_memcheck" = yes ; then
    AC_CHECK_LIB([dmalloc], [dmalloc_debug])
    AC_CHECK_LIB([dmallocth], [dmalloc_debug])
    if test $ac_cv_lib_dmalloc_dmalloc_debug != yes ; then
    if test $ac_cv_lib_dmallocth_dmalloc_debug != yes ; then
      AC_CHECK_LIB([efence], [malloc])
      AC_CHECK_LIB([efence], [malloc])
    fi
    fi
  fi
  fi