]> git.pld-linux.org Git - packages/bmon.git/blame - bmon-no-libnl.patch
- updated gettext BR
[packages/bmon.git] / bmon-no-libnl.patch
CommitLineData
f40e0491
AG
1--- bmon-2.2.0-pre1.orig/configure.ac 2009-08-11 12:39:11.172098193 +0200
2+++ bmon-2.2.0-pre1/configure.ac 2009-08-11 13:13:15.358098088 +0200
3@@ -192,19 +192,6 @@
4 ##
5 #####################################################################
6 NL="No "
7-AC_CHECK_LIB(nl, nl_connect, [
8- AC_DEFINE_UNQUOTED(HAVE_NL, "1", [have libnl])
9- LIBNL="-lnl"
10- NL="Yes"
11-],[
12- case ${target_os} in
13- *linux*)
14- echo
15- echo "*** Warning: Building bmon on Linuxx w/o libnl ***"
16- echo
17- ;;
18- esac
19-])
20
21 #####################################################################
22 ##
This page took 0.052367 seconds and 4 git commands to generate.