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 @@ -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 -- 2.11.0