projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dfe423
)
Build system: Removed the check for `libm'.
collectd-4.2.0
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Sat, 27 Oct 2007 09:21:52 +0000
(11:21 +0200)
committer
Florian 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
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
74c40f5
..
75bc00f
100644
(file)
--- 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