X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fpandora_canonical.m4;h=576a81ca31abf9d1b9b64d6325bc1cf85a81c99e;hb=0cc042d0d2b3e81eabc05600d1e4d26bf3d9691f;hp=b9b3e455e6b889db2e4d21e720c11eda46d739c2;hpb=46b28da059e5f3a0f7260a5df2c1cf98602b017b;p=m6w6%2Flibmemcached diff --git a/m4/pandora_canonical.m4 b/m4/pandora_canonical.m4 index b9b3e455..576a81ca 100644 --- a/m4/pandora_canonical.m4 +++ b/m4/pandora_canonical.m4 @@ -4,7 +4,7 @@ dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Which version of the canonical setup we're using -AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.94]) +AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.96]) AC_DEFUN([PANDORA_FORCE_DEPEND_TRACKING],[ AC_ARG_ENABLE([fat-binaries], @@ -179,8 +179,7 @@ AC_DEFUN([PANDORA_CANONICAL_TARGET],[ dnl alloca - but we need to know it anyway for check_stack_overrun. PANDORA_STACK_DIRECTION - AC_CHECK_LIBM - + AC_CHECK_FUNC(floorf, [], [AC_CHECK_LIB(m, floorf)]) AC_CHECK_FUNC(setsockopt, [], [AC_CHECK_LIB(socket, setsockopt)]) AC_CHECK_FUNC(bind, [], [AC_CHECK_LIB(bind, bind)])