From: Florian Forster Date: Sat, 27 Oct 2007 09:21:52 +0000 (+0200) Subject: Build system: Removed the check for `libm'. X-Git-Tag: collectd-4.2.0^0 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=41e2bb41128e65b7ee7f56dfbd1633c9f9b2bdb9;p=collectd.git Build system: Removed the check for `libm'. It didn't work (there's no `ext' function) and wasn't used anywhere.. --- diff --git a/configure.in b/configure.in index 74c40f55..75bc00f4 100644 --- a/configure.in +++ b/configure.in @@ -355,11 +355,6 @@ have_termios_h="no" AC_CHECK_HEADERS(termios.h, [have_termios_h="yes"]) # -# Checking for libraries -# -AC_CHECK_LIB(m, ext) - -# # Checks for typedefs, structures, and compiler characteristics. # AC_C_CONST