From d12562c0c02e9705c8d4195ac31d0ba81fad05e2 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 13 Jan 2010 15:36:10 -0800 Subject: [PATCH] Reverted back to the old way of checking for libm. It makes FreeBSD happier. --- m4/pandora_canonical.m4 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/m4/pandora_canonical.m4 b/m4/pandora_canonical.m4 index 4740e1a4..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.95]) +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)]) -- 2.30.2