summaryrefslogtreecommitdiffstats
path: root/network/bmon/disable_libnl.diff
blob: 1f5126e907bb446068d8cc21e1df18529700f3ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
diff -Naur bmon-2.1.0/configure.ac bmon-2.1.0.patched/configure.ac
--- bmon-2.1.0/configure.ac	2005-04-05 11:01:33.000000000 -0400
+++ bmon-2.1.0.patched/configure.ac	2009-09-30 23:43:25.000000000 -0400
@@ -188,26 +188,6 @@
 
 #####################################################################
 ##
-## libnl check
-##
-#####################################################################
-NL="No "
-AC_CHECK_LIB(nl, nl_connect, [
-	AC_DEFINE_UNQUOTED(HAVE_NL, "1", [have libnl])
-	LIBNL="-lnl"
-	NL="Yes"
-],[
-	case ${target_os} in
-	    *linux*)
-		echo
-		echo "*** Warning: Building bmon on Linuxx w/o libnl ***"
-		echo
-	    ;;
-	esac
-])
-
-#####################################################################
-##
 ## libm check
 ##
 #####################################################################