summaryrefslogtreecommitdiff
blob: 0cd5400adb3dc2c4d9918ef2d51a93f7e4a6dd5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
don't check for libbsd and libelf, they aren't needed anywhere
and may break copying binaries from one linux to another, when
they did exist on the build-machine but not on the target.

--- mico/configure.in
+++ mico/configure.in
@@ -1237,9 +1237,7 @@
 
 
 AC_CHECK_LIB(socket, open)
-AC_CHECK_LIB(bsd, open)
 
-AC_CHECK_LIB(elf, open)
 AC_CHECK_LIB(dl, open)
 AC_CHECK_LIB(dld, open)
 AC_CHECK_LIB(ld, open)