summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2014-01-20 10:49:21 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2014-01-20 10:49:21 +0100
commit1c2c506d3ce3261c7b2aa7518c63cc8bd81fa9ad (patch)
tree7c342b478fe0cbeddb882be56c8326877a96f570 /configure.ac
parent3d16ff2523f3a3d09fd3056e86308cd7089e8c27 (diff)
use new libnftnl library name
Adapt the current code to use the new library name libnftnl. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ca14d835..d0a8595a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,7 +54,7 @@ AC_CHECK_LIB([mnl], [mnl_socket_open], ,
AC_MSG_ERROR([No suitable version of libmnl found]))
AC_CHECK_LIB([nftables], [nft_rule_alloc], ,
- AC_MSG_ERROR([No suitable version of libnftables found]))
+ AC_MSG_ERROR([No suitable version of libnftnl found]))
AC_CHECK_LIB([gmp], [__gmpz_init], ,
AC_MSG_ERROR([No suitable version of libgmp found]))