summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b38295f2..9f0d8945 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,7 +53,7 @@ fi
AC_CHECK_LIB([mnl], [mnl_socket_open], ,
AC_MSG_ERROR([No suitable version of libmnl found]))
-AC_CHECK_LIB([nftables], [nft_rule_alloc], ,
+AC_CHECK_LIB([nftnl], [nft_rule_alloc], ,
AC_MSG_ERROR([No suitable version of libnftnl found]))
AC_CHECK_LIB([gmp], [__gmpz_init], ,