From 3484a99ba1ecddd221c9c77b321d66edb456a7fc Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 19 Jan 2006 08:31:08 +0000 Subject: Make sure that libm is used during config tests so that ceil, floor, and friends are actually detected. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25454 91177308-0d34-0410-b5e6-96231b3b80d8 --- autoconf/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoconf') diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 1ccef0ad97..2573f7ee2d 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -450,7 +450,7 @@ dnl===-----------------------------------------------------------------------=== dnl libelf is for sparc only; we can ignore it if we don't have it AC_CHECK_LIB(elf, elf_begin) - +AC_CHECK_LIB(m,sin) dnl lt_dlopen may be required for plugin support. AC_SEARCH_LIBS(lt_dlopen,ltdl,AC_DEFINE([HAVE_LT_DLOPEN],[1], -- cgit v1.2.3