summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Graf <tgraf@redhat.com>2013-12-03 02:44:05 -0800
committerThomas Graf <tgraf@redhat.com>2013-12-03 02:44:05 -0800
commitefa145200cca250b3422d80b5e38cecc58733fe0 (patch)
treea55992510c796e5971bb90fed1b9d8451629797f
parentd47fffc5bbb4e4a4ac4648abf1dee6275f892027 (diff)
parent15ba68f5840b739bbabce06220aee6c53b17a4e5 (diff)
Merge pull request #3 from motoko-kusanagi/patch-1
Update configure.ac
-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]))