Build system: Removed the check for `libm'. collectd-4.2.0
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 27 Oct 2007 09:21:52 +0000 (11:21 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 27 Oct 2007 09:21:52 +0000 (11:21 +0200)
It didn't work (there's no `ext' function) and wasn't used anywhere..

configure.in

index 74c40f5..75bc00f 100644 (file)
@@ -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