summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Szymkowski <mszymkowski@gmail.com>2013-12-03 11:23:22 +0100
committerMarcin Szymkowski <mszymkowski@gmail.com>2013-12-03 11:23:22 +0100
commit15ba68f5840b739bbabce06220aee6c53b17a4e5 (patch)
treea55992510c796e5971bb90fed1b9d8451629797f
parentd47fffc5bbb4e4a4ac4648abf1dee6275f892027 (diff)
Update configure.ac
I reckon to add "requires libnl3-dev" instead of only libnl. I was trying to ./configure bmon for about 15 mins without success only because error message was showing me that my system is missing libnl not libnl3 :-(
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 80ab991..b1e2954 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,7 +66,7 @@ fi
PKG_CHECK_MODULES([CONFUSE], [libconfuse], [], AC_MSG_ERROR([requires libconfuse]))
-PKG_CHECK_MODULES([LIBNL], [libnl-3.0], [], AC_MSG_ERROR([requires libnl]))
+PKG_CHECK_MODULES([LIBNL], [libnl-3.0], [], AC_MSG_ERROR([requires libnl3-dev]))
PKG_CHECK_MODULES([LIBNL_ROUTE], [libnl-route-3.0], [], AC_MSG_ERROR([requires libnl3-route]))
AC_CHECK_LIB(m, pow, [], AC_MSG_ERROR([requires libm]))