X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fpandora_have_better_malloc.m4;h=ac70019795fbc91668e8311bf33ee0f3534c43df;hb=3107b89b4d3441929835e6f96fda841c76f704fe;hp=18b474806331984b7818a96d8d6e66e970105920;hpb=0f880f36260e5b71921b17425400c952b96606d1;p=awesomized%2Flibmemcached diff --git a/m4/pandora_have_better_malloc.m4 b/m4/pandora_have_better_malloc.m4 index 18b47480..ac700197 100644 --- a/m4/pandora_have_better_malloc.m4 +++ b/m4/pandora_have_better_malloc.m4 @@ -60,3 +60,8 @@ AC_DEFUN([PANDORA_HAVE_BETTER_MALLOC],[ AC_SUBST([BETTER_MALLOC_LIBS]) ]) + +AC_DEFUN([PANDORA_USE_BETTER_MALLOC],[ + AC_REQUIRE([PANDORA_HAVE_BETTER_MALLOC]) + LIBS="${LIBS} ${BETTER_MALLOC_LIBS}" +]) \ No newline at end of file