Code

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 74c40f55f8cd8bbc68257bc7bbffbeea36ce7060..75bc00f4271dca477cf1e83b25e2c027e2b47ecd 100644 (file)
@@ -354,11 +354,6 @@ AC_CHECK_HEADERS(netinet/if_ether.h, [], [],
 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.
 #