X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fpandora_have_better_malloc.m4;h=c984cbaf915cdda73f63653abf5aeefdfa1f8650;hb=eff4858179d7883b92ab8682392357d104d5a8ab;hp=ac70019795fbc91668e8311bf33ee0f3534c43df;hpb=d9dab0a24eebad142b33d00ccb0f87b083f02195;p=m6w6%2Flibmemcached diff --git a/m4/pandora_have_better_malloc.m4 b/m4/pandora_have_better_malloc.m4 index ac700197..c984cbaf 100644 --- a/m4/pandora_have_better_malloc.m4 +++ b/m4/pandora_have_better_malloc.m4 @@ -1,11 +1,9 @@ -dnl Copyright (C) 2009 Sun Microsystems -dnl This file is free software; Sun Microsystems +dnl Copyright (C) 2009 Sun Microsystems, Inc. +dnl This file is free software; Sun Microsystems, Inc. dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([PANDORA_HAVE_BETTER_MALLOC],[ - AC_REQUIRE([AC_FUNC_MALLOC]) - AC_REQUIRE([AC_FUNC_REALLOC]) AC_REQUIRE([AC_LIB_PREFIX]) AC_ARG_ENABLE([umem], @@ -64,4 +62,5 @@ AC_DEFUN([PANDORA_HAVE_BETTER_MALLOC],[ AC_DEFUN([PANDORA_USE_BETTER_MALLOC],[ AC_REQUIRE([PANDORA_HAVE_BETTER_MALLOC]) LIBS="${LIBS} ${BETTER_MALLOC_LIBS}" -]) \ No newline at end of file +]) +