From 0ea43089e1b95bd7b4e25ca170e155295f2b2b2d Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 31 Oct 2007 15:12:33 -0500 Subject: Remove final use of the math library from pacman To round a value, we don't need floorf- we can just cast to an int. Signed-off-by: Dan McGee --- configure.ac | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ece29985..28a1d01f 100644 --- a/configure.ac +++ b/configure.ac @@ -132,9 +132,6 @@ AC_CHECK_PROGS([PYTHON], [python2.5 python2.4 python], [false]) AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION(0.13.1) -# Check for math -AC_CHECK_LIB([m], [sqrt], , AC_MSG_ERROR([math library is needed to compile pacman!])) - # Check for libarchive AC_CHECK_LIB([archive], [archive_read_data], , AC_MSG_ERROR([libarchive is needed to compile pacman!])) -- cgit v1.2.3-24-g4f1b