summaryrefslogtreecommitdiff
path: root/openlldp-noproc.patch
blob: 20c04122009e927bf0b259d7f4c8b38149b08631 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- ./configure.ac.org	2012-03-11 22:14:38.849452928 +0100
+++ ./configure.ac	2012-03-11 22:14:51.270020551 +0100
@@ -188,16 +188,6 @@ AC_MSG_RESULT($framer)
 AC_MSG_CHECKING([for platform OS])
 AC_MSG_RESULT($platform)
 
-AS_IF([test $framer = "linux"],
-  [ MORELIBS="${MORELIBS} -lm"
-    AC_MSG_CHECKING([for procfs support])
-    if test -r /proc/net/dev; then
-      AC_MSG_RESULT(okay)
-    else
-      AC_MSG_ERROR([You must have ProcFS enabled in your kernel!]);
-    fi],
-  [])
-
 AS_IF([test $framer = "generic"],
   MORELIBS="${MORELIBS} -lwpcap -lpcap -ldnet",
   [])