summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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]))