From 41e2bb41128e65b7ee7f56dfbd1633c9f9b2bdb9 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 27 Oct 2007 11:21:52 +0200 Subject: [PATCH] Build system: Removed the check for `libm'. It didn't work (there's no `ext' function) and wasn't used anywhere.. --- configure.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure.in b/configure.in index 74c40f55..75bc00f4 100644 --- a/configure.in +++ b/configure.in @@ -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. # -- 2.30.2